|
03-30-2004, 05:56 AM | #1 |
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 |
03-30-2004, 09:19 AM | #2 |
Head Mole
Join Date: May 2003
Posts: 2,539
|
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
__________________
Responses are offered on a voluntary if/as time is available basis, no guarantees. Double posting or bumping threads will not get your question answered any faster. No support via PM or email, responses not guaranteed. Thank you for your comprehension. |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Indexing MS Word without binaries | phil_ballard | External Binaries | 2 | 05-08-2006 03:25 AM |
Indexing "<word>-<word>"? | FaberFedor | How-to Forum | 23 | 02-28-2005 04:35 AM |
Indexing word doc's OK search through files don't work | dapuse | External Binaries | 3 | 02-05-2004 08:38 AM |
Indexing MS Word docs under Windows | phil_ballard | External Binaries | 9 | 12-09-2003 04:02 AM |
Can PhpDig index OpenOffice Docs? | veggie2u | How-to Forum | 1 | 12-08-2003 02:52 PM |