Uses of Class
org.apache.lucene.index.SortedNumericDocValues
-
-
Uses of SortedNumericDocValues in org.apache.lucene.codecs
Methods in org.apache.lucene.codecs that return SortedNumericDocValues Modifier and Type Method Description abstract SortedNumericDocValuesDocValuesProducer. getSortedNumeric(FieldInfo field)ReturnsSortedNumericDocValuesfor this field. -
Uses of SortedNumericDocValues in org.apache.lucene.index
Methods in org.apache.lucene.index that return SortedNumericDocValues Modifier and Type Method Description static SortedNumericDocValuesDocValues. emptySortedNumeric(int maxDoc)An empty SortedNumericDocValues which returns zero values for every documentstatic SortedNumericDocValuesDocValues. getSortedNumeric(LeafReader reader, String field)Returns SortedNumericDocValues for the field, orDocValues.emptySortedNumeric(int)if it has none.SortedNumericDocValuesEmptyDocValuesProducer. getSortedNumeric(FieldInfo field)SortedNumericDocValuesCodecReader. getSortedNumericDocValues(String field)SortedNumericDocValuesFilterLeafReader. getSortedNumericDocValues(String field)abstract SortedNumericDocValuesLeafReader. getSortedNumericDocValues(String field)ReturnsSortedNumericDocValuesfor this field, or null if noSortedNumericDocValueswere indexed for this field.static SortedNumericDocValuesDocValues. singleton(NumericDocValues dv)Returns a multi-valued view over the provided NumericDocValuesMethods in org.apache.lucene.index with parameters of type SortedNumericDocValues Modifier and Type Method Description static NumericDocValuesDocValues. unwrapSingleton(SortedNumericDocValues dv)Returns a single-valued view of the SortedNumericDocValues, if it was previously wrapped withDocValues.singleton(NumericDocValues), or null. -
Uses of SortedNumericDocValues in org.apache.lucene.search
Methods in org.apache.lucene.search with parameters of type SortedNumericDocValues Modifier and Type Method Description 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. -
Uses of SortedNumericDocValues in org.apache.lucene.search.highlight
Methods in org.apache.lucene.search.highlight that return SortedNumericDocValues Modifier and Type Method Description SortedNumericDocValuesTermVectorLeafReader. getSortedNumericDocValues(String field) -
Uses of SortedNumericDocValues in org.elasticsearch.index.fielddata
Subclasses of SortedNumericDocValues in org.elasticsearch.index.fielddata Modifier and Type Class Description classAbstractSortedNumericDocValuesBase implementation that throws anIOExceptionfor theDocIdSetIteratorAPIs.classAbstractSortingNumericDocValuesBase implementation that throws anIOExceptionfor theDocIdSetIteratorAPIs.classSortingNumericDocValuesBase class for buildingSortedNumericDocValuesinstances based on unsorted content.Methods in org.elasticsearch.index.fielddata that return SortedNumericDocValues Modifier and Type Method Description static SortedNumericDocValuesFieldData. castToLong(SortedNumericDoubleValues values)Wrap the providedSortedNumericDoubleValuesinstance to cast all values to longs.SortedNumericDocValuesAtomicNumericFieldData. getLongValues()Get an integer view of the values of this segment.static SortedNumericDocValuesFieldData. toSortableLongBits(SortedNumericDoubleValues values)Given aSortedNumericDoubleValues, return aSortedNumericDocValuesinstance that will translate double values to sortable long bits usingNumericUtils.doubleToSortableLong(double).Methods in org.elasticsearch.index.fielddata with parameters of type SortedNumericDocValues Modifier and Type Method Description static SortedNumericDoubleValuesFieldData. castToDouble(SortedNumericDocValues values)Wrap the providedSortedNumericDocValuesinstance to cast all values to doubles.static DocValueBitsFieldData. docsWithValue(SortedNumericDocValues docValues)Returns aDocValueBitsrepresenting all documents fromdocValuesthat have a value.static SortedNumericDoubleValuesFieldData. sortableLongBitsToDoubles(SortedNumericDocValues values)Given aSortedNumericDocValues, return aSortedNumericDoubleValuesinstance that will translate long values to doubles usingNumericUtils.sortableLongToDouble(long).static SortedBinaryDocValuesFieldData. toString(SortedNumericDocValues values)Return aStringrepresentation of the provided values.Constructors in org.elasticsearch.index.fielddata with parameters of type SortedNumericDocValues Constructor Description Booleans(SortedNumericDocValues in)Dates(SortedNumericDocValues in, boolean isNanos)Longs(SortedNumericDocValues in)Standard constructor. -
Uses of SortedNumericDocValues in org.elasticsearch.index.fielddata.fieldcomparator
Constructor parameters in org.elasticsearch.index.fielddata.fieldcomparator with type arguments of type SortedNumericDocValues Constructor Description LongValuesComparatorSource(IndexNumericFieldData indexFieldData, Object missingValue, MultiValueMode sortMode, IndexFieldData.XFieldComparatorSource.Nested nested, Function<SortedNumericDocValues,SortedNumericDocValues> converter)LongValuesComparatorSource(IndexNumericFieldData indexFieldData, Object missingValue, MultiValueMode sortMode, IndexFieldData.XFieldComparatorSource.Nested nested, Function<SortedNumericDocValues,SortedNumericDocValues> converter) -
Uses of SortedNumericDocValues in org.elasticsearch.index.fielddata.plain
Methods in org.elasticsearch.index.fielddata.plain that return SortedNumericDocValues Modifier and Type Method Description SortedNumericDocValuesSortedNumericDVIndexFieldData.NanoSecondFieldData. getLongValues()SortedNumericDocValuesSortedNumericDVIndexFieldData.NanoSecondFieldData. getLongValuesAsNanos() -
Uses of SortedNumericDocValues in org.elasticsearch.search
Methods in org.elasticsearch.search with parameters of type SortedNumericDocValues Modifier and Type Method Description protected longMultiValueMode. pick(SortedNumericDocValues values)protected longMultiValueMode. pick(SortedNumericDocValues values, long missingValue, DocIdSetIterator docItr, int startDoc, int endDoc, int maxChildren)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. -
Uses of SortedNumericDocValues in org.elasticsearch.search.aggregations.bucket.geogrid
Methods in org.elasticsearch.search.aggregations.bucket.geogrid that return SortedNumericDocValues Modifier and Type Method Description SortedNumericDocValuesCellIdSource. longValues(LeafReaderContext ctx) -
Uses of SortedNumericDocValues in org.elasticsearch.search.aggregations.bucket.terms
Methods in org.elasticsearch.search.aggregations.bucket.terms that return SortedNumericDocValues Modifier and Type Method Description protected SortedNumericDocValuesDoubleTermsAggregator. getValues(ValuesSource.Numeric valuesSource, LeafReaderContext ctx)protected SortedNumericDocValuesLongRareTermsAggregator. getValues(ValuesSource.Numeric valuesSource, LeafReaderContext ctx)protected SortedNumericDocValuesLongTermsAggregator. getValues(ValuesSource.Numeric valuesSource, LeafReaderContext ctx) -
Uses of SortedNumericDocValues in org.elasticsearch.search.aggregations.support
Methods in org.elasticsearch.search.aggregations.support that return SortedNumericDocValues Modifier and Type Method Description SortedNumericDocValuesValuesSource.Numeric.FieldData. longValues(LeafReaderContext context)abstract SortedNumericDocValuesValuesSource.Numeric. longValues(LeafReaderContext context)Get the currentSortedNumericDocValues.SortedNumericDocValuesValuesSource.Numeric.Script. longValues(LeafReaderContext context)SortedNumericDocValuesValuesSource.Numeric.WithScript. longValues(LeafReaderContext context) -
Uses of SortedNumericDocValues in org.elasticsearch.search.aggregations.support.values
Subclasses of SortedNumericDocValues in org.elasticsearch.search.aggregations.support.values Modifier and Type Class Description classScriptLongValuesLongValuesimplementation which is based on a script
-