Re: Does Lucene indexes file automactically?
Posted By:
Otis_Gospodnetic
Posted On:
Sunday, March 6, 2005 09:21 PM
Lucene is not an application that you run out of the box. Lucene is a toolkit. This means you can use it in your application to perform text indexing and searching, but you have to get the text to it. In particular, you need to write the logic that involves documents on the network.