Index: openacs-4/packages/acs-content-repository/www/doc/intermedia.adp
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/acs-content-repository/www/doc/intermedia.adp,v
diff -u -r1.4 -r1.5
--- openacs-4/packages/acs-content-repository/www/doc/intermedia.adp 30 Apr 2018 08:15:07 -0000 1.4
+++ openacs-4/packages/acs-content-repository/www/doc/intermedia.adp 3 Sep 2024 15:37:31 -0000 1.5
@@ -1,7 +1,11 @@
- Even if you follow the instructions in the installation notes, content searches may
@@ -28,8 +32,7 @@
cause an error that you can ignore. Create an Intermedia index on the test table with INSO
filtering: Copy any number of documents (Microsoft Word, PDF, text, HTML,
-etc.) to the file system of your database server. Create a data
-file with an entry for each document you would like to load. This
-is simply a comma-separated text file:Testing Intermedia
Content Repository
-create index cr_test_documents_idx on cr_test_documents ( doc )
+
create index cr_test_documents_idx on cr_test_documents ( doc )
indextype is ctxsys.context
parameters ('FILTER content_filter_pref' );
Load test documents
@@ -47,14 +50,13 @@
ext_fname FILLER CHAR(80),
doc LOBFILE(ext_fname) TERMINATED BY EOF)
word, Simple Story,sample-docs/simple.doc, excel, Simple Spreadsheet,sample-docs/simple.xls
Load the documents from the command line:
--$ sqlldr userid=cms/cms control=cr-test-docs.ctl log=cr-test-docs.log +$ sqlldr userid=cms/cms control=cr-test-docs.ctl log=cr-test-docs.log SQL*Loader: Release 8.1.6.2.0 - Production on Thu Nov 9 13:36:56 2000 @@ -77,5 +79,5 @@ karlg\@arsdigita.com
-Last revised: $Id: intermedia.html,v 1.2 2017/08/07 23:47:47 +Last revised: $Id: intermedia.html,v 1.2.2.1 2021/04/05 19:49:48 gustafn Exp $