Package | Description |
---|---|
org.elasticsearch.index.fielddata | |
org.elasticsearch.index.fielddata.plain |
Constructor and Description |
---|
RamAccountingTermsEnum(org.apache.lucene.index.TermsEnum termsEnum,
CircuitBreaker breaker,
AbstractIndexFieldData.PerValueEstimator estimator,
String fieldName) |
Modifier and Type | Class and Description |
---|---|
class |
NonEstimatingEstimator
Estimator that does nothing except for adjust the breaker after the field
data has been loaded.
|
class |
PackedArrayIndexFieldData.PackedArrayEstimator
Estimator that wraps numeric field data loading in a
RamAccountingTermsEnum, adjusting the breaker after data has been
loaded
|
class |
PagedBytesIndexFieldData.PagedBytesEstimator
Estimator that wraps string field data by either using
BlockTreeTermsReader, or wrapping the data in a RamAccountingTermsEnum
if the BlockTreeTermsReader cannot be used.
|
class |
ParentChildIndexFieldData.ParentChildEstimator
Estimator that wraps parent/child id field data by wrapping the data
in a RamAccountingTermsEnum.
|
Copyright © 2009–2015. All rights reserved.