Module org.elasticsearch.server
Package org.elasticsearch.index.mapper.blockloader.docvalues.tracking
package org.elasticsearch.index.mapper.blockloader.docvalues.tracking
Wrappers around doc values data structures that reserve some
CircuitBreaker space.-
Record ClassesClassDescriptionA
TrackingBinaryDocValuescontaining encoded values and an associatedTrackingNumericDocValuescontaining the counts of encoded values.Wraps aBinaryDocValues, reserving some space in aCircuitBreakerwhile it is live.Wraps aNumericDocValues, reserving some space in aCircuitBreakerwhile it is live.Wraps aSortedDocValues, reserving some space in aCircuitBreakerwhile it is live.Wraps aSortedNumericDocValues, reserving some space in aCircuitBreakerwhile it is live.Wraps aSortedSetDocValues, reserving some space in aCircuitBreakerwhile it is live.