Uses of Interface
org.elasticsearch.index.fielddata.IndexFieldDataCache
-
Packages that use IndexFieldDataCache Package Description org.elasticsearch.index.fielddata org.elasticsearch.index.fielddata.plain org.elasticsearch.indices.fielddata.cache -
-
Uses of IndexFieldDataCache in org.elasticsearch.index.fielddata
Classes in org.elasticsearch.index.fielddata that implement IndexFieldDataCache Modifier and Type Class Description static classIndexFieldDataCache.NoneMethods in org.elasticsearch.index.fielddata with parameters of type IndexFieldDataCache Modifier and Type Method Description IndexFieldData<?>IndexFieldData.Builder. build(IndexSettings indexSettings, MappedFieldType fieldType, IndexFieldDataCache cache, CircuitBreakerService breakerService, MapperService mapperService) -
Uses of IndexFieldDataCache in org.elasticsearch.index.fielddata.plain
Fields in org.elasticsearch.index.fielddata.plain declared as IndexFieldDataCache Modifier and Type Field Description protected IndexFieldDataCacheAbstractIndexFieldData. cacheMethods in org.elasticsearch.index.fielddata.plain with parameters of type IndexFieldDataCache Modifier and Type Method Description IndexFieldData<?>AbstractLatLonPointDVIndexFieldData.Builder. build(IndexSettings indexSettings, MappedFieldType fieldType, IndexFieldDataCache cache, CircuitBreakerService breakerService, MapperService mapperService)IndexFieldData<?>BytesBinaryDVIndexFieldData.Builder. build(IndexSettings indexSettings, MappedFieldType fieldType, IndexFieldDataCache cache, CircuitBreakerService breakerService, MapperService mapperService)IndexFieldData<?>ConstantIndexFieldData.Builder. build(IndexSettings indexSettings, MappedFieldType fieldType, IndexFieldDataCache cache, CircuitBreakerService breakerService, MapperService mapperService)IndexFieldData<?>DocValuesIndexFieldData.Builder. build(IndexSettings indexSettings, MappedFieldType fieldType, IndexFieldDataCache cache, CircuitBreakerService breakerService, MapperService mapperService)IndexOrdinalsFieldDataPagedBytesIndexFieldData.Builder. build(IndexSettings indexSettings, MappedFieldType fieldType, IndexFieldDataCache cache, CircuitBreakerService breakerService, MapperService mapperService)Constructors in org.elasticsearch.index.fielddata.plain with parameters of type IndexFieldDataCache Constructor Description AbstractIndexFieldData(IndexSettings indexSettings, String fieldName, IndexFieldDataCache cache)AbstractIndexOrdinalsFieldData(IndexSettings indexSettings, String fieldName, IndexFieldDataCache cache, CircuitBreakerService breakerService, double minFrequency, double maxFrequency, int minSegmentSize)PagedBytesIndexFieldData(IndexSettings indexSettings, String fieldName, IndexFieldDataCache cache, CircuitBreakerService breakerService, double minFrequency, double maxFrequency, int minSegmentSize)SortedSetDVOrdinalsIndexFieldData(IndexSettings indexSettings, IndexFieldDataCache cache, String fieldName, CircuitBreakerService breakerService, Function<SortedSetDocValues,ScriptDocValues<?>> scriptFunction) -
Uses of IndexFieldDataCache in org.elasticsearch.indices.fielddata.cache
Methods in org.elasticsearch.indices.fielddata.cache that return IndexFieldDataCache Modifier and Type Method Description IndexFieldDataCacheIndicesFieldDataCache. buildIndexFieldDataCache(IndexFieldDataCache.Listener listener, Index index, String fieldName)
-