Re: Can Lucene index MS Word Documents?
Posted By:
Otis_Gospodnetic
Posted On:
Friday, January 3, 2003 09:30 AM
As long as you can extract the plain text out of MS Word's propriatory binary format, yes.
If you can extract the text and create Java String objects with it, you can index it with Lucene.