Uses of Class
org.apache.lucene.index.NumericDocValues
Packages that use NumericDocValues
Package
Description
Components from the Lucene 7.0 index format.
Components from the Lucene 8.0 index format.
Lucene 9.0 file format.
Codecs API: API for customization of the encoding and structure of the index.
Lucene 9.0 file format.
Lucene 9.9 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.
Misc search implementations.
A variety of functions to use with FunctionQuery.
A primary-key postings format that associates a version (long) with each term and can provide
fail-fast lookups by ID and version.
This package contains a flexible graph-based proximity query, TermAutomatonQuery, and geospatial
queries.
Code to search indices.
Comparators, used to compare hits so as to determine their sort order when collecting the top
results with
TopFieldCollector.Highlighting search terms.
Support for index-time and query-time joins.
Support for Autocomplete/Autosuggest
The UnifiedHighlighter -- a flexible highlighter that can get offsets from postings, term
vectors, or analysis.
-
Uses of NumericDocValues in org.apache.lucene.backward_codecs.lucene70
Subclasses of NumericDocValues in org.apache.lucene.backward_codecs.lucene70Modifier and TypeClassDescriptionprivate static classprivate static class(package private) static class(package private) static classMethods in org.apache.lucene.backward_codecs.lucene70 that return NumericDocValuesModifier and TypeMethodDescriptionprivate NumericDocValuesLucene70DocValuesProducer.getNumeric(Lucene70DocValuesProducer.NumericEntry entry) Lucene70DocValuesProducer.getNumeric(FieldInfo field) -
Uses of NumericDocValues in org.apache.lucene.backward_codecs.lucene80
Subclasses of NumericDocValues in org.apache.lucene.backward_codecs.lucene80Modifier and TypeClassDescriptionprivate static classprivate static class(package private) static class(package private) static classMethods in org.apache.lucene.backward_codecs.lucene80 that return NumericDocValuesModifier and TypeMethodDescriptionprivate NumericDocValuesLucene80DocValuesProducer.getNumeric(Lucene80DocValuesProducer.NumericEntry entry) Lucene80DocValuesProducer.getNumeric(FieldInfo field) -
Uses of NumericDocValues in org.apache.lucene.backward_codecs.lucene90
Fields in org.apache.lucene.backward_codecs.lucene90 declared as NumericDocValuesMethods in org.apache.lucene.backward_codecs.lucene90 with parameters of type NumericDocValues -
Uses of NumericDocValues in org.apache.lucene.codecs
Fields in org.apache.lucene.codecs declared as NumericDocValuesModifier and TypeFieldDescription(package private) final NumericDocValuesDocValuesConsumer.NumericDocValuesSub.valuesprivate final NumericDocValuesNormsConsumer.NumericDocValuesSub.valuesMethods in org.apache.lucene.codecs that return NumericDocValuesModifier and TypeMethodDescriptionabstract NumericDocValuesReturnsNumericDocValuesfor this field.abstract NumericDocValuesDocValuesProducer.getNumeric(FieldInfo field) ReturnsNumericDocValuesfor this field.private static NumericDocValuesDocValuesConsumer.mergeNumericValues(List<DocValuesConsumer.NumericDocValuesSub> subs, boolean indexIsSorted) Methods in org.apache.lucene.codecs with parameters of type NumericDocValuesModifier and TypeMethodDescriptionabstract voidPushPostingsWriterBase.startTerm(NumericDocValues norms) Start a new term.Constructors in org.apache.lucene.codecs with parameters of type NumericDocValuesModifierConstructorDescriptionNumericDocValuesSub(MergeState.DocMap docMap, NumericDocValues values) NumericDocValuesSub(MergeState.DocMap docMap, NumericDocValues values) -
Uses of NumericDocValues in org.apache.lucene.codecs.lucene90
Subclasses of NumericDocValues in org.apache.lucene.codecs.lucene90Modifier and TypeClassDescriptionprivate static classprivate static class(package private) static class(package private) static classMethods in org.apache.lucene.codecs.lucene90 that return NumericDocValuesModifier and TypeMethodDescriptionprivate NumericDocValuesLucene90DocValuesProducer.getNumeric(Lucene90DocValuesProducer.NumericEntry entry) Lucene90DocValuesProducer.getNumeric(FieldInfo field) Methods in org.apache.lucene.codecs.lucene90 with parameters of type NumericDocValuesModifier and TypeMethodDescriptionprivate voidLucene90NormsConsumer.writeValues(NumericDocValues values, int numBytesPerValue, IndexOutput out) -
Uses of NumericDocValues in org.apache.lucene.codecs.lucene99
Fields in org.apache.lucene.codecs.lucene99 declared as NumericDocValuesMethods in org.apache.lucene.codecs.lucene99 with parameters of type NumericDocValues -
Uses of NumericDocValues in org.apache.lucene.codecs.perfield
Methods in org.apache.lucene.codecs.perfield that return NumericDocValuesModifier and TypeMethodDescriptionPerFieldDocValuesFormat.FieldsReader.getNumeric(FieldInfo field) -
Uses of NumericDocValues in org.apache.lucene.codecs.simpletext
Methods in org.apache.lucene.codecs.simpletext that return NumericDocValuesMethods in org.apache.lucene.codecs.simpletext with parameters of type NumericDocValuesModifier and TypeMethodDescriptionprivate longSimpleTextFieldsWriter.getNorm(int doc, NumericDocValues norms) -
Uses of NumericDocValues in org.apache.lucene.document
Fields in org.apache.lucene.document declared as NumericDocValuesModifier and TypeFieldDescriptionprivate final NumericDocValuesLatLonPointDistanceFeatureQuery.DistanceScorer.docValuesprivate final NumericDocValuesLongDistanceFeatureQuery.DistanceScorer.docValuesConstructors in org.apache.lucene.document with parameters of type NumericDocValuesModifierConstructorDescriptionprotectedDistanceScorer(Weight weight, int maxDoc, long leadCost, float boost, PointValues pointValues, NumericDocValues docValues) protectedDistanceScorer(Weight weight, int maxDoc, long leadCost, float boost, PointValues pointValues, NumericDocValues docValues) -
Uses of NumericDocValues in org.apache.lucene.index
Subclasses of NumericDocValues in org.apache.lucene.indexModifier and TypeClassDescriptionclassDelegates all methods to a wrappedNumericDocValues.private static class(package private) static class(package private) static classFields in org.apache.lucene.index declared as NumericDocValuesModifier and TypeFieldDescriptionprotected final NumericDocValuesFilterNumericDocValues.inWrapped valuesprivate final NumericDocValuesSingletonSortedNumericDocValues.inMethods in org.apache.lucene.index that return NumericDocValuesModifier and TypeMethodDescription(package private) static NumericDocValuesDocValuesFieldUpdates.Iterator.asNumericDocValues(DocValuesFieldUpdates.Iterator iterator) Wraps the given iterator as a NumericDocValues instance.static final NumericDocValuesDocValues.emptyNumeric()An empty NumericDocValues which returns no documentsIndexSorter.NumericDocValuesProvider.get(LeafReader reader) Returns the NumericDocValues instance for this LeafReader(package private) NumericDocValuesNumericDocValuesWriter.getDocValues()final NumericDocValuesCodecReader.getNormValues(String field) final NumericDocValuesDocValuesLeafReader.getNormValues(String field) FilterLeafReader.getNormValues(String field) abstract NumericDocValuesLeafReader.getNormValues(String field) ReturnsNumericDocValuesrepresenting norms for this field, or null if noNumericDocValueswere indexed.static NumericDocValuesMultiDocValues.getNormValues(IndexReader r, String field) Returns a NumericDocValues for a reader's norms (potentially merging on-the-fly).ParallelLeafReader.getNormValues(String field) static NumericDocValuesDocValues.getNumeric(LeafReader reader, String field) Returns NumericDocValues for the field, orDocValues.emptyNumeric()if it has none.EmptyDocValuesProducer.getNumeric(FieldInfo field) SegmentDocValuesProducer.getNumeric(FieldInfo field) SlowCompositeCodecReaderWrapper.SlowCompositeDocValuesProducerWrapper.getNumeric(FieldInfo field) final NumericDocValuesCodecReader.getNumericDocValues(String field) ExitableDirectoryReader.ExitableFilterAtomicReader.getNumericDocValues(String field) FilterLeafReader.getNumericDocValues(String field) abstract NumericDocValuesLeafReader.getNumericDocValues(String field) ReturnsNumericDocValuesfor this field, or null if no numeric doc values were indexed for this field.ParallelLeafReader.getNumericDocValues(String field) SingletonSortedNumericDocValues.getNumericDocValues()Return the wrappedNumericDocValuesstatic NumericDocValuesMultiDocValues.getNumericValues(IndexReader r, String field) Returns a NumericDocValues for a reader's docvalues (potentially merging on-the-fly)static NumericDocValuesDocValues.unwrapSingleton(SortedNumericDocValues dv) Returns a single-valued view of the SortedNumericDocValues, if it was previously wrapped withDocValues.singleton(NumericDocValues), or null.Methods in org.apache.lucene.index with parameters of type NumericDocValuesModifier and TypeMethodDescriptionprivate static voidCheckIndex.checkNumericDocValues(String fieldName, NumericDocValues ndv, NumericDocValues ndv2) SortingCodecReader.getNumericDocValues(NumericDocValues oldNumerics) static SortedNumericDocValuesDocValues.singleton(NumericDocValues dv) Returns a multi-valued view over the provided NumericDocValues(package private) static NumericDocValuesWriter.NumericDVsNumericDocValuesWriter.sortDocValues(int maxDoc, Sorter.DocMap sortMap, NumericDocValues oldDocValues, boolean dense) Constructors in org.apache.lucene.index with parameters of type NumericDocValuesModifierConstructorDescriptionprotectedSole constructor -
Uses of NumericDocValues in org.apache.lucene.index.memory
Methods in org.apache.lucene.index.memory that return NumericDocValuesModifier and TypeMethodDescription(package private) NumericDocValuesMemoryIndex.Info.getNormDocValues()MemoryIndex.MemoryIndexReader.getNormValues(String field) MemoryIndex.MemoryIndexReader.getNumericDocValues(String field) private static NumericDocValuesMemoryIndex.numericDocValues(long value) -
Uses of NumericDocValues in org.apache.lucene.misc.search
Fields in org.apache.lucene.misc.search declared as NumericDocValuesModifier and TypeFieldDescriptionprotected NumericDocValuesDocValuesStats.NumericDocValuesStats.ndvMethods in org.apache.lucene.misc.search that return NumericDocValuesModifier and TypeMethodDescriptionprotected abstract NumericDocValuesDiversifiedTopDocsCollector.getKeys(LeafReaderContext context) Get a source of values used for grouping keysMethods in org.apache.lucene.misc.search with parameters of type NumericDocValuesModifier and TypeMethodDescriptionprotected DiversifiedTopDocsCollector.ScoreDocKeyDiversifiedTopDocsCollector.insert(DiversifiedTopDocsCollector.ScoreDocKey addition, int docBase, NumericDocValues keys) -
Uses of NumericDocValues in org.apache.lucene.queries.function.valuesource
Methods in org.apache.lucene.queries.function.valuesource that return NumericDocValuesModifier and TypeMethodDescriptionprotected NumericDocValuesDoubleFieldSource.getNumericDocValues(Map<Object, Object> context, LeafReaderContext readerContext) protected NumericDocValuesFloatFieldSource.getNumericDocValues(Map<Object, Object> context, LeafReaderContext readerContext) protected NumericDocValuesIntFieldSource.getNumericDocValues(Map<Object, Object> context, LeafReaderContext readerContext) protected NumericDocValuesLongFieldSource.getNumericDocValues(Map<Object, Object> context, LeafReaderContext readerContext) protected NumericDocValuesMultiValuedDoubleFieldSource.getNumericDocValues(Map<Object, Object> context, LeafReaderContext readerContext) protected NumericDocValuesMultiValuedFloatFieldSource.getNumericDocValues(Map<Object, Object> context, LeafReaderContext readerContext) protected NumericDocValuesMultiValuedIntFieldSource.getNumericDocValues(Map<Object, Object> context, LeafReaderContext readerContext) protected NumericDocValuesMultiValuedLongFieldSource.getNumericDocValues(Map<Object, Object> context, LeafReaderContext readerContext) -
Uses of NumericDocValues in org.apache.lucene.sandbox.codecs.idversion
Methods in org.apache.lucene.sandbox.codecs.idversion with parameters of type NumericDocValues -
Uses of NumericDocValues in org.apache.lucene.sandbox.search
Subclasses of NumericDocValues in org.apache.lucene.sandbox.searchModifier and TypeClassDescriptionprivate static classFields in org.apache.lucene.sandbox.search declared as NumericDocValuesModifier and TypeFieldDescriptionprivate final NumericDocValuesMultiNormsLeafSimScorer.normsprivate final NumericDocValues[]MultiNormsLeafSimScorer.MultiFieldNormValues.normsArrConstructors in org.apache.lucene.sandbox.search with parameters of type NumericDocValuesModifierConstructorDescription(package private)MultiFieldNormValues(NumericDocValues[] normsArr, float[] weightArr) -
Uses of NumericDocValues in org.apache.lucene.search
Subclasses of NumericDocValues in org.apache.lucene.searchModifier and TypeClassDescription(package private) static classWraps a SortedNumericDocValues and returns the last value (max)(package private) static classWraps a SortedNumericDocValues and returns the first value (min)Fields in org.apache.lucene.search declared as NumericDocValuesMethods in org.apache.lucene.search that return NumericDocValuesModifier and TypeMethodDescriptionprivate static NumericDocValuesDoubleValuesSource.asNumericDocValues(DoubleValuesSource.DoubleValuesHolder in, DoubleToLongFunction converter) private static NumericDocValuesLongValuesSource.asNumericDocValues(LongValuesSource.LongValuesHolder in) private NumericDocValuesSortedNumericSortField.getValue(LeafReader reader) static NumericDocValuesSortedNumericSelector.wrap(SortedNumericDocValues sortedNumeric, SortedNumericSelector.Type selector, SortField.Type numericType) Wraps a multi-valued SortedNumericDocValues as a single-valued view, using the specified selector and numericType.Methods in org.apache.lucene.search with parameters of type NumericDocValuesModifier and TypeMethodDescriptionprivate static LongValuesLongValuesSource.toLongValues(NumericDocValues in) -
Uses of NumericDocValues in org.apache.lucene.search.comparators
Fields in org.apache.lucene.search.comparators declared as NumericDocValuesModifier and TypeFieldDescriptionprotected final NumericDocValuesNumericComparator.NumericLeafComparator.docValuesMethods in org.apache.lucene.search.comparators that return NumericDocValuesModifier and TypeMethodDescriptionprotected NumericDocValuesNumericComparator.NumericLeafComparator.getNumericDocValues(LeafReaderContext context, String field) Retrieves the NumericDocValues for the field in this segment -
Uses of NumericDocValues in org.apache.lucene.search.highlight
Methods in org.apache.lucene.search.highlight that return NumericDocValuesModifier and TypeMethodDescriptionTermVectorLeafReader.getNormValues(String field) WeightedSpanTermExtractor.DelegatingLeafReader.getNormValues(String field) TermVectorLeafReader.getNumericDocValues(String field) WeightedSpanTermExtractor.DelegatingLeafReader.getNumericDocValues(String field) -
Uses of NumericDocValues in org.apache.lucene.search.join
Subclasses of NumericDocValues in org.apache.lucene.search.joinFields in org.apache.lucene.search.join declared as NumericDocValuesMethods in org.apache.lucene.search.join that return NumericDocValuesModifier and TypeMethodDescriptionstatic NumericDocValuesBlockJoinSelector.wrap(NumericDocValues values, BlockJoinSelector.Type selection, BitSet parents, DocIdSetIterator children) Wraps the providedNumericDocValues, iterating over only child documents, in order to only select one value per parent among itschildrenusing the configuredselectiontype.static NumericDocValuesBlockJoinSelector.wrap(NumericDocValues values, BlockJoinSelector.Type selection, BitSet parents, BitSet children) Deprecated.static NumericDocValuesBlockJoinSelector.wrap(SortedNumericDocValues sortedNumerics, BlockJoinSelector.Type selection, BitSet parents, DocIdSetIterator children) Wraps the providedSortedNumericDocValuesin order to only select one value per parent among itschildrenusing the configuredselectiontype.static NumericDocValuesBlockJoinSelector.wrap(SortedNumericDocValues sortedNumerics, BlockJoinSelector.Type selection, BitSet parents, BitSet children) Deprecated.(package private) static NumericDocValuesToParentDocValues.wrap(NumericDocValues values, BlockJoinSelector.Type selection, BitSet parents2, DocIdSetIterator children) Methods in org.apache.lucene.search.join with parameters of type NumericDocValuesModifier and TypeMethodDescriptionstatic NumericDocValuesBlockJoinSelector.wrap(NumericDocValues values, BlockJoinSelector.Type selection, BitSet parents, DocIdSetIterator children) Wraps the providedNumericDocValues, iterating over only child documents, in order to only select one value per parent among itschildrenusing the configuredselectiontype.static NumericDocValuesBlockJoinSelector.wrap(NumericDocValues values, BlockJoinSelector.Type selection, BitSet parents, BitSet children) Deprecated.(package private) static NumericDocValuesToParentDocValues.wrap(NumericDocValues values, BlockJoinSelector.Type selection, BitSet parents2, DocIdSetIterator children) Constructors in org.apache.lucene.search.join with parameters of type NumericDocValuesModifierConstructorDescriptionprivateNumDV(NumericDocValues values, BlockJoinSelector.Type selection, BitSet parents, DocIdSetIterator children) -
Uses of NumericDocValues in org.apache.lucene.search.suggest
Fields in org.apache.lucene.search.suggest declared as NumericDocValuesModifier and TypeFieldDescriptionprivate final NumericDocValuesDocumentDictionary.DocumentInputIterator.weightValues -
Uses of NumericDocValues in org.apache.lucene.search.uhighlight
Methods in org.apache.lucene.search.uhighlight that return NumericDocValuesModifier and TypeMethodDescriptionPhraseHelper.SingleFieldWithOffsetsFilterLeafReader.getNormValues(String field)