Uses of Class
org.apache.lucene.index.DocValuesSkipper
Packages that use DocValuesSkipper
Package
Description
Codecs API: API for customization of the encoding and structure of the index.
Code to maintain and access indices.
Code to search indices.
-
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.index
Methods in org.apache.lucene.index that return DocValuesSkipperModifier and TypeMethodDescriptionfinal DocValuesSkipper
CodecReader.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) -
Uses of DocValuesSkipper in org.apache.lucene.search
Constructors in org.apache.lucene.search with parameters of type DocValuesSkipperModifierConstructorDescriptionDocValuesRangeIterator
(TwoPhaseIterator twoPhase, DocValuesSkipper skipper, long lowerValue, long upperValue, boolean queryRangeHasGaps)