Uses of Class
org.apache.lucene.index.FilterLeafReader
Packages that use FilterLeafReader
Package
Description
Code to maintain and access indices.
Highlighting search terms.
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.indexModifier and TypeClassDescriptionstatic class
Wrapper class for another FilterAtomicReader.(package private) static final class
-
Uses of FilterLeafReader in org.apache.lucene.search.highlight
Subclasses of FilterLeafReader in org.apache.lucene.search.highlightModifier and TypeClassDescription(package private) static final class
-
Uses of FilterLeafReader in org.apache.lucene.search.uhighlight
Subclasses of FilterLeafReader in org.apache.lucene.search.uhighlightModifier and TypeClassDescriptionclass
Overlays a 2nd LeafReader for the terms of one field, otherwise the primary reader is consulted.private static final class
Needed to support the ability to highlight a query irrespective of the field a query refers to (aka requireFieldMatch=false).(package private) final class
A filtered LeafReader that only includes the terms that are also in a provided set of terms.private static class
Wraps an IndexReader that remembers/caches the last call toTermVectors.get(int)
so that if the next call has the same ID, then it is reused.