Module org.elasticsearch.server
Package org.elasticsearch.index.fielddata
package org.elasticsearch.index.fielddata
-
ClassDescriptionBase implementation.Base implementation that throws an
IOException
for theDocIdSetIterator
APIs.Base implementation that throws anIOException
for theDocIdSetIterator
APIs.Base implementation that throws anIOException
for theDocIdSetIterator
APIs.Base implementation that throws anIOException
for theDocIdSetIterator
APIs.Base implementation that throws anIOException
for theDocIdSetIterator
APIs.Utility methods, similar to Lucene'sDocValues
.Holds context information for the construction of FieldDataThe global ordinal stats.Per-document geo-point values.Per-document histogram value.Per-segment histogram values.IndexFieldData<FD extends LeafFieldData>Thread-safe utility class that allows to get per-segment values via theIndexFieldData.load(LeafReaderContext)
method.IndexFieldData.Global<FD extends LeafFieldData>Simple wrapper class around a filter that matches parent documents and a filter that matches child documents.A simple field data cache abstraction on the *index* level.Specialization ofIndexFieldData
for geo points.Specialization ofIndexFieldData
for histograms.Base class for numeric field data.The type of number.Specialization ofIndexFieldData
for data that is indexed with ordinals.Specialization ofIndexFieldData
for geo points and points.The thread safeLeafReader
level cache of the data.LeafFieldData
specialization for histogram data.Specialization ofLeafFieldData
for numeric data.Specialization ofLeafFieldData
for data that is indexed with ordinals.LeafFieldData
specialization for geo points and points.A stateful lightweight per document set ofGeoPoint
values.MultiPointValues<T extends SpatialPoint>A stateful lightweight per document set ofSpatialPoint
values.A per-document numeric value.PointValues<T extends SpatialPoint>Per-document geo-point or point values.TermsEnum
that takes a CircuitBreaker, increasing the breaker every time.next(...)
is called.Script level doc values, the assumption is that any implementation will implement agetValue
method.Supplies values to different ScriptDocValues as we convert them to wrappers aroundDocValuesScriptFieldFactory
.A list of per-document binary values, sorted according toBytesRef.compareTo(BytesRef)
.Clone ofSortedNumericDocValues
for double values.Base class for buildingSortedBinaryDocValues
instances based on unsorted content.Base class for buildingSortedNumericDocValues
instances based on unsorted content.Base class for buildingSortedNumericDoubleValues
instances based on unsorted content.Marker interface to indicate these doc values are generated on-the-fly from aValueFetcher
.Per segment values for a field loaded from stored fields.Per segment values for a field loaded from stored fields exposingSortedBinaryDocValues
.