Package | Description |
---|---|
org.apache.lucene.index |
Code to maintain and access indices.
|
org.apache.lucene.search.suggest.document |
Support for document suggestion
|
org.apache.lucene.search.uhighlight |
The UnifiedHighlighter -- a flexible highlighter that can get offsets from postings, term vectors, or analysis.
|
Modifier and Type | Class and Description |
---|---|
static class |
ExitableDirectoryReader.ExitableTerms
Wrapper class for another Terms implementation that is used by ExitableFields.
|
private static class |
MappedMultiFields.MappedMultiTerms |
private static class |
SortingLeafReader.SortingTerms |
Modifier and Type | Class and Description |
---|---|
class |
CompletionTerms
Wrapped
Terms
used by SuggestField and ContextSuggestField
to access corresponding suggester and their attributes |
Modifier and Type | Class and Description |
---|---|
private static class |
TermVectorFilteredLeafReader.TermsFilteredTerms |