Uses of Class
org.apache.lucene.index.NumericDocValues
-
Packages that use NumericDocValues Package Description org.apache.lucene.codecs Codecs API: API for customization of the encoding and structure of the index.org.apache.lucene.codecs.idversion A primary-key postings format that associates a version (long) with each term and can provide fail-fast lookups by ID and version.org.apache.lucene.codecs.lucene70 Components from the Lucene 7.0 index format.org.apache.lucene.codecs.lucene80 Components from the Lucene 8.0 index format Seeorg.apache.lucene.codecs.lucene84for an overview of the index format.org.apache.lucene.codecs.lucene84 Components from the Lucene 8.4 index format.org.apache.lucene.codecs.memory Term dictionary, DocValues or Postings formats that are read entirely into memory.org.apache.lucene.codecs.perfield Postings format that can delegate to different formats per-field.org.apache.lucene.codecs.simpletext Simpletext Codec: writes human readable postings.org.apache.lucene.document The logical representation of aDocumentfor indexing and searching.org.apache.lucene.index Code to maintain and access indices.org.apache.lucene.index.memory High-performance single-document main memory Apache Lucene fulltext search index.org.apache.lucene.queries.function.valuesource A variety of functions to use with FunctionQuery.org.apache.lucene.search Code to search indices.org.apache.lucene.search.comparators Comparators, used to compare hits so as to determine their sort order when collecting the top results withTopFieldCollector.org.apache.lucene.search.highlight Highlighting search terms.org.apache.lucene.search.join Support for index-time and query-time joins.org.apache.lucene.search.suggest Support for Autocomplete/Autosuggestorg.apache.lucene.search.uhighlight The UnifiedHighlighter -- a flexible highlighter that can get offsets from postings, term vectors, or analysis. -
-
Uses of NumericDocValues in org.apache.lucene.codecs
Fields in org.apache.lucene.codecs declared as NumericDocValues Modifier and Type Field Description (package private) NumericDocValuesDocValuesConsumer.NumericDocValuesSub. valuesprivate NumericDocValuesNormsConsumer.NumericDocValuesSub. valuesMethods in org.apache.lucene.codecs that return NumericDocValues Modifier and Type Method Description abstract NumericDocValuesNormsProducer. getNorms(FieldInfo field)ReturnsNumericDocValuesfor this field.abstract NumericDocValuesDocValuesProducer. getNumeric(FieldInfo field)ReturnsNumericDocValuesfor this field.Methods in org.apache.lucene.codecs with parameters of type NumericDocValues Modifier and Type Method Description abstract voidPushPostingsWriterBase. startTerm(NumericDocValues norms)Start a new term.Constructors in org.apache.lucene.codecs with parameters of type NumericDocValues Constructor Description NumericDocValuesSub(MergeState.DocMap docMap, NumericDocValues values)NumericDocValuesSub(MergeState.DocMap docMap, NumericDocValues values) -
Uses of NumericDocValues in org.apache.lucene.codecs.idversion
Methods in org.apache.lucene.codecs.idversion with parameters of type NumericDocValues Modifier and Type Method Description voidIDVersionPostingsWriter. startTerm(NumericDocValues norms) -
Uses of NumericDocValues in org.apache.lucene.codecs.lucene70
Subclasses of NumericDocValues in org.apache.lucene.codecs.lucene70 Modifier and Type Class Description private static classLucene70DocValuesProducer.DenseNumericDocValuesprivate static classLucene70DocValuesProducer.SparseNumericDocValues(package private) static classLucene70NormsProducer.DenseNormsIterator(package private) static classLucene70NormsProducer.SparseNormsIteratorMethods in org.apache.lucene.codecs.lucene70 that return NumericDocValues Modifier and Type Method Description NumericDocValuesLucene70NormsProducer. getNorms(FieldInfo field)private NumericDocValuesLucene70DocValuesProducer. getNumeric(Lucene70DocValuesProducer.NumericEntry entry)NumericDocValuesLucene70DocValuesProducer. getNumeric(FieldInfo field)Methods in org.apache.lucene.codecs.lucene70 with parameters of type NumericDocValues Modifier and Type Method Description private voidLucene70NormsConsumer. writeValues(NumericDocValues values, int numBytesPerValue, IndexOutput out) -
Uses of NumericDocValues in org.apache.lucene.codecs.lucene80
Subclasses of NumericDocValues in org.apache.lucene.codecs.lucene80 Modifier and Type Class Description private static classLucene80DocValuesProducer.DenseNumericDocValuesprivate static classLucene80DocValuesProducer.SparseNumericDocValues(package private) static classLucene80NormsProducer.DenseNormsIterator(package private) static classLucene80NormsProducer.SparseNormsIteratorMethods in org.apache.lucene.codecs.lucene80 that return NumericDocValues Modifier and Type Method Description NumericDocValuesLucene80NormsProducer. getNorms(FieldInfo field)private NumericDocValuesLucene80DocValuesProducer. getNumeric(Lucene80DocValuesProducer.NumericEntry entry)NumericDocValuesLucene80DocValuesProducer. getNumeric(FieldInfo field)Methods in org.apache.lucene.codecs.lucene80 with parameters of type NumericDocValues Modifier and Type Method Description private voidLucene80NormsConsumer. writeValues(NumericDocValues values, int numBytesPerValue, IndexOutput out) -
Uses of NumericDocValues in org.apache.lucene.codecs.lucene84
Fields in org.apache.lucene.codecs.lucene84 declared as NumericDocValues Modifier and Type Field Description private NumericDocValuesLucene84PostingsWriter. normsMethods in org.apache.lucene.codecs.lucene84 with parameters of type NumericDocValues Modifier and Type Method Description voidLucene84PostingsWriter. startTerm(NumericDocValues norms) -
Uses of NumericDocValues in org.apache.lucene.codecs.memory
Subclasses of NumericDocValues in org.apache.lucene.codecs.memory Modifier and Type Class Description (package private) classLegacyNumericDocValuesWrapperDeprecated.ImplementNumericDocValuesdirectly.Methods in org.apache.lucene.codecs.memory that return NumericDocValues Modifier and Type Method Description NumericDocValuesDirectDocValuesProducer. getNumeric(FieldInfo field) -
Uses of NumericDocValues in org.apache.lucene.codecs.perfield
Methods in org.apache.lucene.codecs.perfield that return NumericDocValues Modifier and Type Method Description NumericDocValuesPerFieldDocValuesFormat.FieldsReader. getNumeric(FieldInfo field) -
Uses of NumericDocValues in org.apache.lucene.codecs.simpletext
Methods in org.apache.lucene.codecs.simpletext that return NumericDocValues Modifier and Type Method Description NumericDocValuesSimpleTextNormsFormat.SimpleTextNormsProducer. getNorms(FieldInfo field)NumericDocValuesSimpleTextDocValuesReader. getNumeric(FieldInfo fieldInfo) -
Uses of NumericDocValues in org.apache.lucene.document
Fields in org.apache.lucene.document declared as NumericDocValues Modifier and Type Field Description private NumericDocValuesLatLonPointDistanceFeatureQuery.DistanceScorer. docValuesprivate NumericDocValuesLongDistanceFeatureQuery.DistanceScorer. docValuesConstructors in org.apache.lucene.document with parameters of type NumericDocValues Constructor Description DistanceScorer(Weight weight, int maxDoc, long leadCost, float boost, PointValues pointValues, NumericDocValues docValues)DistanceScorer(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.index Modifier and Type Class Description classFilterNumericDocValuesDelegates all methods to a wrappedNumericDocValues.private static classNormValuesWriter.BufferedNormsprivate static classNumericDocValuesWriter.BufferedNumericDocValues(package private) static classNumericDocValuesWriter.SortingNumericDocValuesFields in org.apache.lucene.index declared as NumericDocValues Modifier and Type Field Description protected NumericDocValuesFilterNumericDocValues. inWrapped valuesprivate NumericDocValuesSingletonSortedNumericDocValues. inMethods in org.apache.lucene.index that return NumericDocValues Modifier and Type Method Description (package private) static NumericDocValuesDocValuesFieldUpdates.Iterator. asNumericDocValues(DocValuesFieldUpdates.Iterator iterator)Wraps the given iterator as a NumericDocValues instance.static NumericDocValuesDocValues. emptyNumeric()An empty NumericDocValues which returns no documentsNumericDocValuesIndexSorter.NumericDocValuesProvider. get(LeafReader reader)Returns the NumericDocValues instance for this LeafReader(package private) NumericDocValuesNumericDocValuesWriter. getDocValues()NumericDocValuesCodecReader. getNormValues(java.lang.String field)NumericDocValuesDocValuesLeafReader. getNormValues(java.lang.String field)NumericDocValuesFilterLeafReader. getNormValues(java.lang.String field)abstract NumericDocValuesLeafReader. getNormValues(java.lang.String field)ReturnsNumericDocValuesrepresenting norms for this field, or null if noNumericDocValueswere indexed.NumericDocValuesMergeReaderWrapper. getNormValues(java.lang.String field)static NumericDocValuesMultiDocValues. getNormValues(IndexReader r, java.lang.String field)Returns a NumericDocValues for a reader's norms (potentially merging on-the-fly).NumericDocValuesParallelLeafReader. getNormValues(java.lang.String field)static NumericDocValuesDocValues. getNumeric(LeafReader reader, java.lang.String field)Returns NumericDocValues for the field, orDocValues.emptyNumeric()if it has none.NumericDocValuesEmptyDocValuesProducer. getNumeric(FieldInfo field)NumericDocValuesSegmentDocValuesProducer. getNumeric(FieldInfo field)NumericDocValuesCodecReader. getNumericDocValues(java.lang.String field)NumericDocValuesExitableDirectoryReader.ExitableFilterAtomicReader. getNumericDocValues(java.lang.String field)NumericDocValuesFilterLeafReader. getNumericDocValues(java.lang.String field)abstract NumericDocValuesLeafReader. getNumericDocValues(java.lang.String field)ReturnsNumericDocValuesfor this field, or null if no numeric doc values were indexed for this field.NumericDocValuesMergeReaderWrapper. getNumericDocValues(java.lang.String field)NumericDocValuesParallelLeafReader. getNumericDocValues(java.lang.String field)NumericDocValuesSingletonSortedNumericDocValues. getNumericDocValues()Return the wrappedNumericDocValuesstatic NumericDocValuesMultiDocValues. getNumericValues(IndexReader r, java.lang.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 NumericDocValues Modifier and Type Method Description private static voidCheckIndex. checkNumericDocValues(java.lang.String fieldName, NumericDocValues ndv, NumericDocValues ndv2)private NumericDocValuesWriter.NumericDVsSortingCodecReader. 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)Constructors in org.apache.lucene.index with parameters of type NumericDocValues Constructor Description FilterNumericDocValues(NumericDocValues in)Sole constructorSingletonSortedNumericDocValues(NumericDocValues in) -
Uses of NumericDocValues in org.apache.lucene.index.memory
Methods in org.apache.lucene.index.memory that return NumericDocValues Modifier and Type Method Description (package private) NumericDocValuesMemoryIndex.Info. getNormDocValues()NumericDocValuesMemoryIndex.MemoryIndexReader. getNormValues(java.lang.String field)NumericDocValuesMemoryIndex.MemoryIndexReader. getNumericDocValues(java.lang.String field)private static NumericDocValuesMemoryIndex. numericDocValues(long value) -
Uses of NumericDocValues in org.apache.lucene.queries.function.valuesource
Methods in org.apache.lucene.queries.function.valuesource that return NumericDocValues Modifier and Type Method Description protected NumericDocValuesDoubleFieldSource. getNumericDocValues(java.util.Map context, LeafReaderContext readerContext)protected NumericDocValuesFloatFieldSource. getNumericDocValues(java.util.Map context, LeafReaderContext readerContext)protected NumericDocValuesIntFieldSource. getNumericDocValues(java.util.Map context, LeafReaderContext readerContext)protected NumericDocValuesLongFieldSource. getNumericDocValues(java.util.Map context, LeafReaderContext readerContext)protected NumericDocValuesMultiValuedDoubleFieldSource. getNumericDocValues(java.util.Map context, LeafReaderContext readerContext)protected NumericDocValuesMultiValuedFloatFieldSource. getNumericDocValues(java.util.Map context, LeafReaderContext readerContext)protected NumericDocValuesMultiValuedIntFieldSource. getNumericDocValues(java.util.Map context, LeafReaderContext readerContext)protected NumericDocValuesMultiValuedLongFieldSource. getNumericDocValues(java.util.Map context, LeafReaderContext readerContext) -
Uses of NumericDocValues in org.apache.lucene.search
Subclasses of NumericDocValues in org.apache.lucene.search Modifier and Type Class Description private static classMultiNormsLeafSimScorer.MultiFieldNormValues(package private) static classSortedNumericSelector.MaxValueWraps a SortedNumericDocValues and returns the last value (max)(package private) static classSortedNumericSelector.MinValueWraps a SortedNumericDocValues and returns the first value (min)Fields in org.apache.lucene.search declared as NumericDocValues Modifier and Type Field Description protected NumericDocValuesDocValuesStats.NumericDocValuesStats. ndvprivate NumericDocValuesLeafSimScorer. normsprivate NumericDocValuesMultiNormsLeafSimScorer. normsprivate NumericDocValues[]MultiNormsLeafSimScorer.MultiFieldNormValues. normsArrMethods in org.apache.lucene.search that return NumericDocValues Modifier and Type Method Description private static NumericDocValuesDoubleValuesSource. asNumericDocValues(DoubleValuesSource.DoubleValuesHolder in, java.util.function.DoubleToLongFunction converter)private static NumericDocValuesLongValuesSource. asNumericDocValues(LongValuesSource.LongValuesHolder in)protected abstract NumericDocValuesDiversifiedTopDocsCollector. getKeys(LeafReaderContext context)Get a source of values used for grouping keysprivate 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 NumericDocValues Modifier and Type Method Description protected DiversifiedTopDocsCollector.ScoreDocKeyDiversifiedTopDocsCollector. insert(DiversifiedTopDocsCollector.ScoreDocKey addition, int docBase, NumericDocValues keys)private static LongValuesLongValuesSource. toLongValues(NumericDocValues in)Constructors in org.apache.lucene.search with parameters of type NumericDocValues Constructor Description MultiFieldNormValues(NumericDocValues[] normsArr, float[] weightArr) -
Uses of NumericDocValues in org.apache.lucene.search.comparators
Fields in org.apache.lucene.search.comparators declared as NumericDocValues Modifier and Type Field Description protected NumericDocValuesNumericComparator.NumericLeafComparator. docValuesMethods in org.apache.lucene.search.comparators that return NumericDocValues Modifier and Type Method Description protected NumericDocValuesNumericComparator.NumericLeafComparator. getNumericDocValues(LeafReaderContext context, java.lang.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 NumericDocValues Modifier and Type Method Description NumericDocValuesTermVectorLeafReader. getNormValues(java.lang.String field)NumericDocValuesWeightedSpanTermExtractor.DelegatingLeafReader. getNormValues(java.lang.String field)NumericDocValuesTermVectorLeafReader. getNumericDocValues(java.lang.String field)NumericDocValuesWeightedSpanTermExtractor.DelegatingLeafReader. getNumericDocValues(java.lang.String field) -
Uses of NumericDocValues in org.apache.lucene.search.join
Subclasses of NumericDocValues in org.apache.lucene.search.join Modifier and Type Class Description private static classToParentDocValues.NumDVFields in org.apache.lucene.search.join declared as NumericDocValues Modifier and Type Field Description private NumericDocValuesToParentDocValues.NumDV. valuesMethods in org.apache.lucene.search.join that return NumericDocValues Modifier and Type Method Description static 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 NumericDocValues Modifier and Type Method Description static 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 NumericDocValues Constructor Description NumDV(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 NumericDocValues Modifier and Type Field Description private NumericDocValuesDocumentDictionary.DocumentInputIterator. weightValues -
Uses of NumericDocValues in org.apache.lucene.search.uhighlight
Methods in org.apache.lucene.search.uhighlight that return NumericDocValues Modifier and Type Method Description NumericDocValuesPhraseHelper.SingleFieldWithOffsetsFilterLeafReader. getNormValues(java.lang.String field)
-