Package org.elasticsearch.index.fielddata
package org.elasticsearch.index.fielddata
-
ClassDescriptionBase 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.Base implementation that throws anIOExceptionfor theDocIdSetIteratorAPIs.Utility methods, similar to Lucene'sDocValues.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.Doc values implementation for ips.The thread safeLeafReaderlevel cache of the data.LeafFieldDataspecialization for geo points.LeafFieldDataspecialization for histogram data.Specialization ofLeafFieldDatafor numeric data.Specialization ofLeafFieldDatafor data that is indexed with ordinals.A stateful lightweight per document set ofGeoPointvalues.A per-document numeric value.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.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.