Uses of Interface
org.elasticsearch.index.fielddata.IndexFieldData.Global
-
Packages that use IndexFieldData.Global Package Description org.elasticsearch.index.fielddata org.elasticsearch.index.fielddata.ordinals org.elasticsearch.index.fielddata.plain -
-
Uses of IndexFieldData.Global in org.elasticsearch.index.fielddata
Subinterfaces of IndexFieldData.Global in org.elasticsearch.index.fielddata Modifier and Type Interface Description interfaceIndexOrdinalsFieldDataSpecialization ofIndexFieldDatafor data that is indexed with ordinals.Methods in org.elasticsearch.index.fielddata with type parameters of type IndexFieldData.Global Modifier and Type Method Description <FD extends AtomicFieldData,IFD extends IndexFieldData.Global<FD>>
IFDIndexFieldDataCache. load(DirectoryReader indexReader, IFD indexFieldData)<FD extends AtomicFieldData,IFD extends IndexFieldData.Global<FD>>
IFDIndexFieldDataCache.None. load(DirectoryReader indexReader, IFD indexFieldData) -
Uses of IndexFieldData.Global in org.elasticsearch.index.fielddata.ordinals
Classes in org.elasticsearch.index.fielddata.ordinals that implement IndexFieldData.Global Modifier and Type Class Description classGlobalOrdinalsIndexFieldDataConcrete implementation ofIndexOrdinalsFieldDatafor global ordinals.classGlobalOrdinalsIndexFieldData.ConsumerA non-thread safeIndexOrdinalsFieldDatafor global ordinals that creates theTermsEnumof each segment once and use them to provide a single lookup per segment. -
Uses of IndexFieldData.Global in org.elasticsearch.index.fielddata.plain
Classes in org.elasticsearch.index.fielddata.plain that implement IndexFieldData.Global Modifier and Type Class Description classAbstractIndexOrdinalsFieldDataclassConstantIndexFieldDataclassPagedBytesIndexFieldDataclassSortedSetDVOrdinalsIndexFieldData
-