Uses of Interface
org.elasticsearch.index.fielddata.IndexFieldData
-
-
Uses of IndexFieldData in org.elasticsearch.common.lucene.search.function
Constructors in org.elasticsearch.common.lucene.search.function with parameters of type IndexFieldData Constructor Description RandomScoreFunction(int seed, int salt, IndexFieldData<?> uidFieldData)Creates a RandomScoreFunction. -
Uses of IndexFieldData in org.elasticsearch.index.fielddata
Subinterfaces of IndexFieldData in org.elasticsearch.index.fielddata Modifier and Type Interface Description static interfaceIndexFieldData.Global<FD extends AtomicFieldData>interfaceIndexGeoPointFieldDataSpecialization ofIndexFieldDatafor geo points.interfaceIndexNumericFieldDatainterfaceIndexOrdinalsFieldDataSpecialization ofIndexFieldDatafor data that is indexed with ordinals.Methods in org.elasticsearch.index.fielddata with type parameters of type IndexFieldData Modifier and Type Method Description <IFD extends IndexFieldData<?>>
IFDIndexFieldDataService. getForField(MappedFieldType fieldType)<IFD extends IndexFieldData<?>>
IFDIndexFieldDataService. getForField(MappedFieldType fieldType, String fullyQualifiedIndexName)<FD extends AtomicFieldData,IFD extends IndexFieldData<FD>>
FDIndexFieldDataCache. load(LeafReaderContext context, IFD indexFieldData)<FD extends AtomicFieldData,IFD extends IndexFieldData<FD>>
FDIndexFieldDataCache.None. load(LeafReaderContext context, IFD indexFieldData)Methods in org.elasticsearch.index.fielddata that return IndexFieldData Modifier and Type Method Description IndexFieldData<?>IndexFieldData.Builder. build(IndexSettings indexSettings, MappedFieldType fieldType, IndexFieldDataCache cache, CircuitBreakerService breakerService, MapperService mapperService)IndexFieldData<FD>IndexFieldData.Global. loadGlobal(DirectoryReader indexReader)IndexFieldData<FD>IndexFieldData.Global. localGlobalDirect(DirectoryReader indexReader) -
Uses of IndexFieldData in org.elasticsearch.index.fielddata.fieldcomparator
Constructors in org.elasticsearch.index.fielddata.fieldcomparator with parameters of type IndexFieldData Constructor Description BytesRefFieldComparatorSource(IndexFieldData<?> indexFieldData, Object missingValue, MultiValueMode sortMode, IndexFieldData.XFieldComparatorSource.Nested nested) -
Uses of IndexFieldData in org.elasticsearch.index.fielddata.ordinals
Classes in org.elasticsearch.index.fielddata.ordinals that implement IndexFieldData 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 in org.elasticsearch.index.fielddata.plain
Classes in org.elasticsearch.index.fielddata.plain that implement IndexFieldData Modifier and Type Class Description classAbstractIndexFieldData<FD extends AtomicFieldData>classAbstractIndexOrdinalsFieldDataclassAbstractLatLonPointDVIndexFieldDatastatic classAbstractLatLonPointDVIndexFieldData.LatLonPointDVIndexFieldDataclassBinaryDVIndexFieldDataclassBytesBinaryDVIndexFieldDataclassConstantIndexFieldDataclassPagedBytesIndexFieldDataclassSortedNumericDVIndexFieldDataFieldData backed byLeafReader.getSortedNumericDocValues(String)classSortedSetDVOrdinalsIndexFieldDataMethods in org.elasticsearch.index.fielddata.plain that return IndexFieldData 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) -
Uses of IndexFieldData in org.elasticsearch.index.query
Methods in org.elasticsearch.index.query with type parameters of type IndexFieldData Modifier and Type Method Description <IFD extends IndexFieldData<?>>
IFDQueryShardContext. getForField(MappedFieldType fieldType)Constructor parameters in org.elasticsearch.index.query with type arguments of type IndexFieldData Constructor Description QueryShardContext(int shardId, IndexSettings indexSettings, BigArrays bigArrays, BitsetFilterCache bitsetFilterCache, BiFunction<MappedFieldType,String,IndexFieldData<?>> indexFieldDataLookup, MapperService mapperService, SimilarityService similarityService, ScriptService scriptService, NamedXContentRegistry xContentRegistry, NamedWriteableRegistry namedWriteableRegistry, Client client, IndexSearcher searcher, LongSupplier nowInMillis, String clusterAlias, Predicate<String> indexNameMatcher) -
Uses of IndexFieldData in org.elasticsearch.search.aggregations.support
Fields in org.elasticsearch.search.aggregations.support declared as IndexFieldData Modifier and Type Field Description protected IndexFieldData<?>ValuesSource.Bytes.FieldData. indexFieldDataprotected IndexFieldData<?>ValuesSource.Range. indexFieldDataMethods in org.elasticsearch.search.aggregations.support that return IndexFieldData Modifier and Type Method Description IndexFieldData<?>FieldContext. indexFieldData()Constructors in org.elasticsearch.search.aggregations.support with parameters of type IndexFieldData Constructor Description FieldContext(String field, IndexFieldData<?> indexFieldData, MappedFieldType fieldType)Constructs a field data context for the given field and its index field dataFieldData(IndexFieldData<?> indexFieldData)Range(IndexFieldData<?> indexFieldData, RangeType rangeType) -
Uses of IndexFieldData in org.elasticsearch.search.internal
Methods in org.elasticsearch.search.internal with type parameters of type IndexFieldData Modifier and Type Method Description <IFD extends IndexFieldData<?>>
IFDFilteredSearchContext. getForField(MappedFieldType fieldType)abstract <IFD extends IndexFieldData<?>>
IFDSearchContext. getForField(MappedFieldType fieldType) -
Uses of IndexFieldData in org.elasticsearch.search.lookup
Methods in org.elasticsearch.search.lookup that return IndexFieldData Modifier and Type Method Description IndexFieldData<?>DocLookup. getForField(MappedFieldType fieldType)IndexFieldData<?>LeafDocLookup. getForField(MappedFieldType fieldType)Constructor parameters in org.elasticsearch.search.lookup with type arguments of type IndexFieldData Constructor Description SearchLookup(MapperService mapperService, Function<MappedFieldType,IndexFieldData<?>> fieldDataLookup, String[] types)
-