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 classExitableDirectoryReader.ExitableFilterAtomicReaderWrapper class for another FilterAtomicReader.(package private) static classSoftDeletesDirectoryReaderWrapper.SoftDeletesFilterLeafReader -
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 classWeightedSpanTermExtractor.DelegatingLeafReader -
Uses of FilterLeafReader in org.apache.lucene.search.uhighlight
Subclasses of FilterLeafReader in org.apache.lucene.search.uhighlight Modifier and Type Class Description classOverlaySingleDocTermsLeafReaderOverlays a 2nd LeafReader for the terms of one field, otherwise the primary reader is consulted.private static classPhraseHelper.SingleFieldWithOffsetsFilterLeafReaderNeeded to support the ability to highlight a query irrespective of the field a query refers to (aka requireFieldMatch=false).(package private) classTermVectorFilteredLeafReaderA filtered LeafReader that only includes the terms that are also in a provided set of terms.private static classUnifiedHighlighter.TermVectorReusingLeafReaderWraps 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.
-