Module org.elasticsearch.server
Package org.elasticsearch.index.mapper
Class InferenceMetadataFieldsMapper.InferenceMetadataFieldType
java.lang.Object
org.elasticsearch.index.mapper.MappedFieldType
org.elasticsearch.index.mapper.InferenceMetadataFieldsMapper.InferenceMetadataFieldType
- Enclosing class:
InferenceMetadataFieldsMapper
public abstract static class InferenceMetadataFieldsMapper.InferenceMetadataFieldType
extends MappedFieldType
-
Nested Class Summary
Nested classes/interfaces inherited from class org.elasticsearch.index.mapper.MappedFieldType
MappedFieldType.BlockLoaderContext, MappedFieldType.CollapseType, MappedFieldType.FielddataOperation, MappedFieldType.FieldExtractPreference, MappedFieldType.Relation -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract ValueFetchervalueFetcher(MappingLookup mappingLookup, Function<org.apache.lucene.search.Query, org.apache.lucene.search.join.BitSetProducer> bitSetCache, org.apache.lucene.search.IndexSearcher searcher) Returns aValueFetcherwithout requiring the construction of a fullSearchExecutionContext.Methods inherited from class org.elasticsearch.index.mapper.MappedFieldType
blockLoader, checkNoFormat, checkNoTimeZone, collapseType, dimensions, distanceFeatureQuery, docValueFormat, eagerGlobalOrdinals, existsQuery, failIfNoDocValues, failIfNotIndexed, failIfNotIndexedNorDocValuesFallback, familyTypeName, fielddataBuilder, fieldHasValue, fuzzyIntervals, fuzzyQuery, fuzzyQuery, getDefaultHighlighter, getMetricType, getTerms, getTextSearchInfo, hasDocValues, hasScriptValues, isAggregatable, isDimension, isFieldWithinQuery, isIndexed, isSearchable, isStored, mayExistInIndex, meta, multiPhraseQuery, name, normalizedWildcardQuery, phrasePrefixQuery, phraseQuery, pointReaderIfPossible, prefixIntervals, prefixQuery, prefixQuery, rangeIntervals, rangeQuery, regexpIntervals, regexpQuery, spanPrefixQuery, termIntervals, termQuery, termQueryCaseInsensitive, termsQuery, typeName, validateMatchedRoutingPath, valueFetcher, valueForDisplay, wildcardIntervals, wildcardQuery, wildcardQuery
-
Constructor Details
-
InferenceMetadataFieldType
public InferenceMetadataFieldType()
-
-
Method Details
-
valueFetcher
public abstract ValueFetcher valueFetcher(MappingLookup mappingLookup, Function<org.apache.lucene.search.Query, org.apache.lucene.search.join.BitSetProducer> bitSetCache, org.apache.lucene.search.IndexSearcher searcher) Returns aValueFetcherwithout requiring the construction of a fullSearchExecutionContext.
-