Uses of Class
org.elasticsearch.index.fielddata.SortedBinaryDocValues
-
-
Uses of SortedBinaryDocValues in org.elasticsearch.index.fielddata
Subclasses of SortedBinaryDocValues in org.elasticsearch.index.fielddata Modifier and Type Class Description classSortingBinaryDocValuesBase class for buildingSortedBinaryDocValuesinstances based on unsorted content.Methods in org.elasticsearch.index.fielddata that return SortedBinaryDocValues Modifier and Type Method Description static SortedBinaryDocValuesFieldData. emptySortedBinary()Return aSortedBinaryDocValuesthat doesn't contain any value.SortedBinaryDocValuesAtomicFieldData. getBytesValues()Return a String representation of the values.static SortedBinaryDocValuesFieldData. singleton(BinaryDocValues values)Returns a multi-valued view over the providedBinaryDocValues.static SortedBinaryDocValuesFieldData. toString(SortedNumericDocValues values)Return aStringrepresentation of the provided values.static SortedBinaryDocValuesFieldData. toString(SortedSetDocValues values)Return aStringrepresentation of the provided values.static SortedBinaryDocValuesFieldData. toString(MultiGeoPointValues values)Return aStringrepresentation of the provided values.static SortedBinaryDocValuesFieldData. toString(SortedNumericDoubleValues values)Return aStringrepresentation of the provided values.Methods in org.elasticsearch.index.fielddata with parameters of type SortedBinaryDocValues Modifier and Type Method Description static DocValueBitsFieldData. docsWithValue(SortedBinaryDocValues values)Returns aDocValueBitsrepresenting all documents fromvaluesthat have a value.static BinaryDocValuesFieldData. unwrapSingleton(SortedBinaryDocValues values)Returns a single-valued view of theSortedBinaryDocValues, if it was previously wrapped withFieldData.singleton(BinaryDocValues), or null.Constructors in org.elasticsearch.index.fielddata with parameters of type SortedBinaryDocValues Constructor Description BytesRefs(SortedBinaryDocValues in)Strings(SortedBinaryDocValues in) -
Uses of SortedBinaryDocValues in org.elasticsearch.index.fielddata.fieldcomparator
Methods in org.elasticsearch.index.fielddata.fieldcomparator that return SortedBinaryDocValues Modifier and Type Method Description protected SortedBinaryDocValuesBytesRefFieldComparatorSource. getValues(LeafReaderContext context) -
Uses of SortedBinaryDocValues in org.elasticsearch.index.fielddata.plain
Methods in org.elasticsearch.index.fielddata.plain that return SortedBinaryDocValues Modifier and Type Method Description SortedBinaryDocValuesAbstractAtomicGeoPointFieldData. getBytesValues()SortedBinaryDocValuesAbstractAtomicOrdinalsFieldData. getBytesValues()SortedBinaryDocValuesBinaryDVAtomicFieldData. getBytesValues() -
Uses of SortedBinaryDocValues in org.elasticsearch.search
Methods in org.elasticsearch.search with parameters of type SortedBinaryDocValues Modifier and Type Method Description protected BytesRefMultiValueMode. pick(SortedBinaryDocValues values)BinaryDocValuesMultiValueMode. select(SortedBinaryDocValues values, BytesRef missingValue)Return aBinaryDocValuesinstance that can be used to sort documents with this mode and the provided values.BinaryDocValuesMultiValueMode. select(SortedBinaryDocValues values, BytesRef missingValue, BitSet parentDocs, DocIdSetIterator childDocs, int maxDoc, int maxChildren)Return aBinaryDocValuesinstance that can be used to sort root documents with this mode, the provided values and filters for root/inner documents. -
Uses of SortedBinaryDocValues in org.elasticsearch.search.aggregations.bucket.geogrid
Methods in org.elasticsearch.search.aggregations.bucket.geogrid that return SortedBinaryDocValues Modifier and Type Method Description SortedBinaryDocValuesCellIdSource. bytesValues(LeafReaderContext ctx) -
Uses of SortedBinaryDocValues in org.elasticsearch.search.aggregations.support
-
Uses of SortedBinaryDocValues in org.elasticsearch.search.aggregations.support.values
Subclasses of SortedBinaryDocValues in org.elasticsearch.search.aggregations.support.values Modifier and Type Class Description classScriptBytesValuesSortedBinaryDocValuesimplementation that reads values from a script.
-