PDA

View Full Version : Indexing word docs


javajaga
03-30-2004, 04:56 AM
Hi,
Anyone please tell me how to confirm whether the word docs were indexed. I mean to say, will it copy the doc contents into some text files.
Because I tried indexing using the following setting :
define('USE_IS_EXECUTABLE_COMMAND','1'); and define('PHPDIG_INDEX_MSWORD',true);define('PHPDIG_PARSE_MSWORD','C:/Downloads/OSS/catdoc-0.93.3/catdoc.exe');define('PHPDIG_OPTION_MSWORD','-s 8859-1');

But could not search the contents of a word doc.

Thanks in advance,
JavaJaga

Charter
03-30-2004, 08:19 AM
Hi. Try setting USE_IS_EXECUTABLE_COMMAND to zero and PHPDIG_PARSE_MSWORD to C:\\Downloads\\OSS\\catdoc-0.93.3\\catdoc and then reindex.

If that doesn't work, try running the following from command line and check for errors:

C:/Downloads/OSS/catdoc-0.93.3/catdoc -s 8859-1 filename.doc