Uses of Class
org.apache.lucene.index.DocValuesSkipper
Packages that use DocValuesSkipper
Package
Description
Components from the Lucene 8.0 index format.
Codecs API: API for customization of the encoding and structure of the index.
Lucene 9.0 file format.
Postings format that can delegate to different formats per-field.
Simpletext Codec: writes human readable postings.
The logical representation of a
Document
for indexing and
searching.Code to maintain and access indices.
High-performance single-document main memory Apache Lucene fulltext search index.
Code to search indices.
Highlighting search terms.
-
Uses of DocValuesSkipper in org.apache.lucene.backward_codecs.lucene80
Methods in org.apache.lucene.backward_codecs.lucene80 that return DocValuesSkipper -
Uses of DocValuesSkipper in org.apache.lucene.codecs
Methods in org.apache.lucene.codecs that return DocValuesSkipperModifier and TypeMethodDescriptionabstract DocValuesSkipper
DocValuesProducer.getSkipper
(FieldInfo field) Returns aDocValuesSkipper
for this field. -
Uses of DocValuesSkipper in org.apache.lucene.codecs.lucene90
Methods in org.apache.lucene.codecs.lucene90 that return DocValuesSkipper -
Uses of DocValuesSkipper in org.apache.lucene.codecs.perfield
Methods in org.apache.lucene.codecs.perfield that return DocValuesSkipperModifier and TypeMethodDescriptionPerFieldDocValuesFormat.FieldsReader.getSkipper
(FieldInfo field) -
Uses of DocValuesSkipper in org.apache.lucene.codecs.simpletext
Methods in org.apache.lucene.codecs.simpletext that return DocValuesSkipper -
Uses of DocValuesSkipper in org.apache.lucene.document
Methods in org.apache.lucene.document with parameters of type DocValuesSkipperModifier and TypeMethodDescriptionprivate DocIdSetIterator
SortedNumericDocValuesRangeQuery.getDocIdSetIteratorOrNullForPrimarySort
(LeafReader reader, NumericDocValues numericDocValues, DocValuesSkipper skipper) private DocIdSetIterator
SortedSetDocValuesRangeQuery.getDocIdSetIteratorOrNullForPrimarySort
(LeafReader reader, SortedDocValues sortedDocValues, DocValuesSkipper skipper, long minOrd, long maxOrd) -
Uses of DocValuesSkipper in org.apache.lucene.index
Methods in org.apache.lucene.index that return DocValuesSkipperModifier and TypeMethodDescriptionfinal DocValuesSkipper
CodecReader.getDocValuesSkipper
(String field) DocValuesLeafReader.getDocValuesSkipper
(String field) FilterLeafReader.getDocValuesSkipper
(String field) abstract DocValuesSkipper
LeafReader.getDocValuesSkipper
(String field) Returns aDocValuesSkipper
allowing skipping ranges of doc IDs that are not of interest, ornull
if a skip index was not indexed.ParallelLeafReader.getDocValuesSkipper
(String field) EmptyDocValuesProducer.getSkipper
(FieldInfo field) SegmentDocValuesProducer.getSkipper
(FieldInfo field) SlowCompositeCodecReaderWrapper.SlowCompositeDocValuesProducerWrapper.getSkipper
(FieldInfo field) Methods in org.apache.lucene.index with parameters of type DocValuesSkipperModifier and TypeMethodDescriptionprivate static void
CheckIndex.checkDocValueSkipper
(FieldInfo fi, DocValuesSkipper skipper) -
Uses of DocValuesSkipper in org.apache.lucene.index.memory
Methods in org.apache.lucene.index.memory that return DocValuesSkipperModifier and TypeMethodDescriptionMemoryIndex.MemoryIndexReader.getDocValuesSkipper
(String field) -
Uses of DocValuesSkipper in org.apache.lucene.search
Fields in org.apache.lucene.search declared as DocValuesSkipperModifier and TypeFieldDescriptionprotected final DocValuesSkipper
DocValuesRangeIterator.Approximation.skipper
Constructors in org.apache.lucene.search with parameters of type DocValuesSkipperModifierConstructorDescription(package private)
Approximation
(DocIdSetIterator innerApproximation, DocValuesSkipper skipper, long lowerValue, long upperValue) DocValuesRangeIterator
(TwoPhaseIterator twoPhase, DocValuesSkipper skipper, long lowerValue, long upperValue, boolean queryRangeHasGaps) (package private)
RangeNoGapsApproximation
(DocIdSetIterator innerApproximation, DocValuesSkipper skipper, long lowerValue, long upperValue) (package private)
RangeWithGapsApproximation
(DocIdSetIterator innerApproximation, DocValuesSkipper skipper, long lowerValue, long upperValue) -
Uses of DocValuesSkipper in org.apache.lucene.search.highlight
Methods in org.apache.lucene.search.highlight that return DocValuesSkipper