Module org.elasticsearch.server
Package org.elasticsearch.index.fielddata
package org.elasticsearch.index.fielddata
-
ClassDescriptionBase implementation.Base implementation that throws an
IOExceptionfor theDocIdSetIteratorAPIs.Base implementation that throws anIOExceptionfor theDocIdSetIteratorAPIs.Base implementation that throws anIOExceptionfor theDocIdSetIteratorAPIs.Base implementation that throws anIOExceptionfor theDocIdSetIteratorAPIs.Base implementation that throws anIOExceptionfor theDocIdSetIteratorAPIs.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 ofIndexFieldDatafor geo points.Specialization ofIndexFieldDatafor histograms.Base class for numeric field data.The type of number.Specialization ofIndexFieldDatafor data that is indexed with ordinals.Specialization ofIndexFieldDatafor geo points and points.The thread safeLeafReaderlevel cache of the data.LeafFieldDataspecialization for histogram data.Specialization ofLeafFieldDatafor numeric data.Specialization ofLeafFieldDatafor data that is indexed with ordinals.LeafFieldDataspecialization for geo points and points.A stateful lightweight per document set ofGeoPointvalues.MultiPointValues<T extends SpatialPoint>A stateful lightweight per document set ofSpatialPointvalues.A per-document numeric value.PointValues<T extends SpatialPoint>Per-document geo-point or point values.TermsEnumthat takes a CircuitBreaker, increasing the breaker every time.next(...)is called.Script level doc values, the assumption is that any implementation will implement agetValuemethod.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 ofSortedNumericDocValuesfor double values.Base class for buildingSortedBinaryDocValuesinstances based on unsorted content.Base class for buildingSortedNumericDocValuesinstances based on unsorted content.Base class for buildingSortedNumericDoubleValuesinstances 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.