|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
Interface Summary | |
---|---|
LuceneIndexWriterInterface | Defines the methods that an IndexWriter must implement. |
Class Summary | |
---|---|
ChainableFilter | Lucene can only accept one filter at a time. |
HitComparator | Used for sorting the results that have been returned. |
IDFNeutralSimilarity | This class overrides the IDF scoring portion of the Lucene scoring algorithm. |
Index | This is an abstracted view of an lucene index. |
LuceneFSBatchIndexWriter | This class uses all file system writers in order to build an index. |
LuceneFSIndexWriter | Indexing class to be used for small updates, or real time indexing. |
LuceneHits | My implementation of a Hit. |
LuceneIndexReader | The wrapper for the Index Reader. |
LuceneIndexSearcher | Used for searching 1 index. |
LuceneMultiIndexSearcher | Used for searching 1 or more indexes. |
LuceneRAMBatchIndexWriter | Indexes documents into a RAMDirectory, and then flushes the RAMDirectory to disk when docsPerTempIndex_ is reached. |
NumericFilter | This implements a filter for lucene that will filter on numeric fields. |
|
Copyright: (c) 2004-2006 Mayo Foundation for Medical Education and Research (MFMER). All rights reserved. MAYO, MAYO CLINIC, and the triple-shield Mayo logo are trademarks and service marks of MFMER. | ||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |