View Single Post
Old 03-30-2004, 04:56 AM   #1
javajaga
Green Mole
 
Join Date: Mar 2004
Posts: 1
Indexing word docs

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
javajaga is offline   Reply With Quote