See: Description
Interface | Description |
---|---|
LuceneAnalyzer |
This is the interface of a micro-component that
determines the Analyzer instance to use. |
LuceneDirectoryBuilder |
This is the interface for
LuceneDirectoryBuilder.createDirectory(SearchIndexConfiguration)
creating} a Directory for a lucene search index. |
LuceneVersion |
This is the interface of a micro-component that
defines the version of apache lucene. |
Class | Description |
---|---|
LuceneAnalyzerImpl |
This is the implementation of the
LuceneAnalyzer interface. |
LuceneDirectoryBuilderImpl |
This is the implementation of the
LuceneDirectoryBuilder interface. |
LuceneFieldNameIterator |
This class iterates the
names of all
fields (properties) of a given Document . |
LuceneSearchEntry |
This is the implementation of the
SearchEntry
interface using lucene as underlying search-engine. |
LuceneVersionImpl |
This is the implementation of the
LuceneVersion interface. |
Search API
using
apache lucene as underlying search
technology.Copyright © 2001–2016 mmm-Team. All rights reserved.