Uses of Class
org.apache.lucene.index.FilterLeafReader
-
Packages that use FilterLeafReader Package Description org.apache.lucene.index Code to maintain and access indices.org.apache.lucene.search.highlight Highlighting search terms.org.apache.lucene.search.uhighlight The UnifiedHighlighter -- a flexible highlighter that can get offsets from postings, term vectors, or analysis. -
-
Uses of FilterLeafReader in org.apache.lucene.index
Subclasses of FilterLeafReader in org.apache.lucene.index Modifier and Type Class Description static class
ExitableDirectoryReader.ExitableFilterAtomicReader
Wrapper class for another FilterAtomicReader.(package private) static class
SoftDeletesDirectoryReaderWrapper.SoftDeletesFilterLeafReader
(package private) class
SortingLeafReader
AnLeafReader
which supports sorting documents by a givenSort
. -
Uses of FilterLeafReader in org.apache.lucene.search.highlight
Subclasses of FilterLeafReader in org.apache.lucene.search.highlight Modifier and Type Class Description (package private) static class
WeightedSpanTermExtractor.DelegatingLeafReader
-
Uses of FilterLeafReader in org.apache.lucene.search.uhighlight
Subclasses of FilterLeafReader in org.apache.lucene.search.uhighlight Modifier and Type Class Description class
OverlaySingleDocTermsLeafReader
Overlays a 2nd LeafReader for the terms of one field, otherwise the primary reader is consulted.private static class
PhraseHelper.SingleFieldWithOffsetsFilterLeafReader
Needed to support the ability to highlight a query irrespective of the field a query refers to (aka requireFieldMatch=false).(package private) class
TermVectorFilteredLeafReader
A filtered LeafReader that only includes the terms that are also in a provided set of terms.private static class
UnifiedHighlighter.TermVectorReusingLeafReader
Wraps an IndexReader that remembers/caches the last call toIndexReader.getTermVectors(int)
so that if the next call has the same ID, then it is reused.
-