Uses of Class
org.apache.lucene.index.FilterLeafReader.FilterTerms
-
Packages that use FilterLeafReader.FilterTerms Package Description org.apache.lucene.index Code to maintain and access indices.org.apache.lucene.search.suggest.document Support for document suggestionorg.apache.lucene.search.uhighlight 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.index Modifier and Type Class Description static class
ExitableDirectoryReader.ExitableTerms
Wrapper class for another Terms implementation that is used by ExitableFields.(package private) static class
FreqProxTermsWriter.SortingTerms
private static class
MappedMultiFields.MappedMultiTerms
-
Uses of FilterLeafReader.FilterTerms in org.apache.lucene.search.suggest.document
Subclasses of FilterLeafReader.FilterTerms in org.apache.lucene.search.suggest.document Modifier and Type Class Description class
CompletionTerms
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.uhighlight Modifier and Type Class Description private static class
TermVectorFilteredLeafReader.TermsFilteredTerms
-