Uses of Interface
org.elasticsearch.index.fielddata.plain.AbstractIndexFieldData.PerValueEstimator
-
Packages that use AbstractIndexFieldData.PerValueEstimator Package Description org.elasticsearch.index.fielddata org.elasticsearch.index.fielddata.plain -
-
Uses of AbstractIndexFieldData.PerValueEstimator in org.elasticsearch.index.fielddata
Constructors in org.elasticsearch.index.fielddata with parameters of type AbstractIndexFieldData.PerValueEstimator Constructor Description RamAccountingTermsEnum(TermsEnum termsEnum, CircuitBreaker breaker, AbstractIndexFieldData.PerValueEstimator estimator, String fieldName) -
Uses of AbstractIndexFieldData.PerValueEstimator in org.elasticsearch.index.fielddata.plain
Classes in org.elasticsearch.index.fielddata.plain that implement AbstractIndexFieldData.PerValueEstimator Modifier and Type Class Description classPagedBytesIndexFieldData.PagedBytesEstimatorEstimator that wraps string field data by either using BlockTreeTermsReader, or wrapping the data in a RamAccountingTermsEnum if the BlockTreeTermsReader cannot be used.
-