Uses of Class
org.apache.lucene.index.FilterLeafReader.FilterTerms
Packages that use FilterLeafReader.FilterTerms
Package
Description
Code to maintain and access indices.
Support for document suggestion
The UnifiedHighlighter -- a flexible highlighter that can get offsets from postings, term
vectors, or analysis.
-
Uses of FilterLeafReader.FilterTerms in org.apache.lucene.index
Subclasses of FilterLeafReader.FilterTerms in org.apache.lucene.indexModifier and TypeClassDescriptionstatic class
Wrapper class for another Terms implementation that is used by ExitableFields.(package private) static class
private static class
-
Uses of FilterLeafReader.FilterTerms in org.apache.lucene.search.suggest.document
Subclasses of FilterLeafReader.FilterTerms in org.apache.lucene.search.suggest.documentModifier and TypeClassDescriptionfinal class
WrappedTerms
used bySuggestField
andContextSuggestField
to access corresponding suggester and their attributes -
Uses of FilterLeafReader.FilterTerms in org.apache.lucene.search.uhighlight
Subclasses of FilterLeafReader.FilterTerms in org.apache.lucene.search.uhighlightModifier and TypeClassDescriptionprivate static final class