PhpDig.net

PhpDig.net (http://www.phpdig.net/forum/index.php)
-   External Binaries (http://www.phpdig.net/forum/forumdisplay.php?f=36)
-   -   Indexing word docs (http://www.phpdig.net/forum/showthread.php?t=749)

javajaga 03-30-2004 04:56 AM

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

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


All times are GMT -8. The time now is 08:54 PM.

Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright © 2001 - 2005, ThinkDing LLC. All Rights Reserved.