Subscribe"FAQ 12. How do I index other document types such as PDF and Word?Doesn't sound like it has the necessary parsers. Or perhaps the FAQ is out of date or there are third party parsers out there?
...You need to provide a parser or extractor for every document type you want to index. Hopefully future releases of Lucene will have this functionality."
You are not logged in, either login or create an account to post comments
I wonder if something like this would work, too:
find . -exec sh "cat {} | strings | grep -nf searchterm"
posted by weston at 12:52 PM on July 25, 2004