Class LuceneIndex

java.lang.Object
All Implemented Interfaces:
SearchIndex
Direct Known Subclasses:
LuceneIndexNIOFS

public class LuceneIndex extends AbstractLuceneIndex
A LuceneIndex is a one-stop-shop abstraction of a Lucene index. It takes care of proper synchronization of IndexReaders, IndexWriters and IndexSearchers in a way that is suitable for a LuceneSail.
See Also: