Uses of Class
org.apache.lucene.index.NumericDocValues
-
-
Uses of NumericDocValues in org.apache.lucene.codecs
Methods 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. -
Uses of NumericDocValues in org.apache.lucene.codecs.lucene84
Methods 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.index
Subclasses of NumericDocValues in org.apache.lucene.index Modifier and Type Class Description classFilterNumericDocValuesDelegates all methods to a wrappedNumericDocValues.Fields in org.apache.lucene.index declared as NumericDocValues Modifier and Type Field Description protected NumericDocValuesFilterNumericDocValues. inWrapped valuesMethods in org.apache.lucene.index that return NumericDocValues Modifier and Type Method Description static NumericDocValuesDocValues. emptyNumeric()An empty NumericDocValues which returns no documentsNumericDocValuesCodecReader. getNormValues(String field)NumericDocValuesFilterLeafReader. getNormValues(String field)abstract NumericDocValuesLeafReader. getNormValues(String field)ReturnsNumericDocValuesrepresenting norms for this field, or null if noNumericDocValueswere indexed.static NumericDocValuesDocValues. getNumeric(LeafReader reader, String field)Returns NumericDocValues for the field, orDocValues.emptyNumeric()if it has none.NumericDocValuesEmptyDocValuesProducer. getNumeric(FieldInfo field)NumericDocValuesCodecReader. getNumericDocValues(String field)NumericDocValuesFilterLeafReader. getNumericDocValues(String field)abstract NumericDocValuesLeafReader. getNumericDocValues(String field)ReturnsNumericDocValuesfor this field, or null if no numeric doc values were indexed for this field.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 static SortedNumericDocValuesDocValues. singleton(NumericDocValues dv)Returns a multi-valued view over the provided NumericDocValuesConstructors in org.apache.lucene.index with parameters of type NumericDocValues Constructor Description FilterNumericDocValues(NumericDocValues in)Sole constructor -
Uses of NumericDocValues in org.apache.lucene.search
Fields in org.apache.lucene.search declared as NumericDocValues Modifier and Type Field Description protected NumericDocValuesFieldComparator.NumericComparator. currentReaderValuesMethods in org.apache.lucene.search that return NumericDocValues Modifier and Type Method Description protected abstract NumericDocValuesDiversifiedTopDocsCollector. getKeys(LeafReaderContext context)Get a source of values used for grouping keysprotected NumericDocValuesFieldComparator.NumericComparator. getNumericDocValues(LeafReaderContext context, String field)Retrieves the NumericDocValues for the field in this segmentstatic 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) -
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(String field)NumericDocValuesTermVectorLeafReader. getNumericDocValues(String field) -
Uses of NumericDocValues in org.elasticsearch.index.fielddata
Subclasses of NumericDocValues in org.elasticsearch.index.fielddata Modifier and Type Class Description classAbstractNumericDocValuesBase implementation that throws anIOExceptionfor theDocIdSetIteratorAPIs.Methods in org.elasticsearch.index.fielddata that return NumericDocValues Modifier and Type Method Description NumericDocValuesNumericDoubleValues. getRawDoubleValues()Returns numeric docvalues view of raw double bitsNumericDocValuesNumericDoubleValues. getRawFloatValues()Returns numeric docvalues view of raw float bitsstatic NumericDocValuesFieldData. replaceMissing(NumericDocValues values, long missing)Return aNumericDocValuesinstance that has a value for every document, returns the same value asvaluesif there is a value for the current document andmissingotherwise.Methods in org.elasticsearch.index.fielddata with parameters of type NumericDocValues Modifier and Type Method Description static NumericDocValuesFieldData. replaceMissing(NumericDocValues values, long missing)Return aNumericDocValuesinstance that has a value for every document, returns the same value asvaluesif there is a value for the current document andmissingotherwise. -
Uses of NumericDocValues in org.elasticsearch.search
Methods in org.elasticsearch.search that return NumericDocValues Modifier and Type Method Description NumericDocValuesMultiValueMode. select(SortedNumericDocValues values)Return aNumericDocValuesinstance that can be used to sort documents with this mode and the provided values.NumericDocValuesMultiValueMode. select(SortedNumericDocValues values, long missingValue, BitSet parentDocs, DocIdSetIterator childDocs, int maxDoc, int maxChildren)Return aNumericDocValuesinstance that can be used to sort root documents with this mode, the provided values and filters for root/inner documents.
-