Package org.elasticsearch.index.fielddata
package org.elasticsearch.index.fielddata
-
InterfaceDescriptionIndexFieldData<FD extends LeafFieldData>Thread-safe utility class that allows to get per-segment values via the
IndexFieldData.load(LeafReaderContext)
method.IndexFieldData.Global<FD extends LeafFieldData>A simple field data cache abstraction on the *index* level.Specialization ofIndexFieldData
for geo points.Specialization ofIndexFieldData
for data that is indexed with ordinals.The thread safeLeafReader
level cache of the data.LeafFieldData
specialization for geo points.LeafFieldData
specialization for histogram data.Specialization ofLeafFieldData
for numeric data.Specialization ofLeafFieldData
for data that is indexed with ordinals. -
ClassDescriptionBase 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.Base implementation that throws anIOException
for theDocIdSetIterator
APIs.Per-document geo-point values.Per-document histogram value.Per-segment histogram values.Simple wrapper class around a filter that matches parent documents and a filter that matches child documents.Specialization ofIndexFieldData
for histograms.Base class for numeric field data.Doc values implementation for ips.A stateful lightweight per document set ofGeoPoint
values.A per-document numeric value.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.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. -
Enum ClassDescriptionUtility methods, similar to Lucene's
DocValues
.The type of number.