Re: Scanning documents across Multiple paths
Posted By:
Otis_Gospodnetic
Posted On:
Thursday, March 13, 2003 09:38 PM
Yes, this is all doable, but note that Lucene is not an application, but rather only a text indexing/searching library. In order to do what you asked about you will have to write an application that deals with loading files from different paths or from different sites, and feeds them into Lucene.
IndexDemo supplied with the Lucene distribution is an example application that does the basic indexing.