Module org.elasticsearch.xcore
Class TDigestFieldMapper.TDigestFieldType
java.lang.Object
org.elasticsearch.index.mapper.MappedFieldType
org.elasticsearch.xpack.core.analytics.mapper.TDigestFieldMapper.TDigestFieldType
- Enclosing class:
TDigestFieldMapper
-
Nested Class Summary
Nested classes/interfaces inherited from class org.elasticsearch.index.mapper.MappedFieldType
MappedFieldType.BlockLoaderContext, MappedFieldType.CollapseType, MappedFieldType.FielddataOperation, MappedFieldType.FieldExtractPreference, MappedFieldType.Relation -
Field Summary
Fields inherited from class org.elasticsearch.index.mapper.MappedFieldType
indexType -
Constructor Summary
ConstructorsConstructorDescriptionTDigestFieldType(String name, Map<String, String> meta, TimeSeriesParams.MetricType metricType, TDigestExecutionHint digestExecutionHint, Double compression) -
Method Summary
Modifier and TypeMethodDescriptionblockLoader(MappedFieldType.BlockLoaderContext blContext) fielddataBuilder(FieldDataContext fieldDataContext) booleanorg.apache.lucene.search.QuerytermQuery(Object value, SearchExecutionContext context) typeName()valueFetcher(SearchExecutionContext context, String format) Methods inherited from class org.elasticsearch.index.mapper.MappedFieldType
automatonQuery, checkNoFormat, checkNoTimeZone, collapseType, dimensions, distanceFeatureQuery, docValueFormat, eagerGlobalOrdinals, existsQuery, failIfNoDocValues, failIfNotIndexed, failIfNotIndexedNorDocValuesFallback, familyTypeName, fieldHasValue, fuzzyQuery, fuzzyQuery, getDefaultHighlighter, getTerms, getTextSearchInfo, hasDocValues, hasScriptValues, indexType, isAggregatable, isDimension, isFieldWithinQuery, isStored, isVectorEmbedding, mayExistInIndex, meta, multiPhraseQuery, name, normalizedWildcardQuery, phrasePrefixQuery, phraseQuery, pointReaderIfPossible, prefixQuery, prefixQuery, rangeQuery, regexpQuery, spanPrefixQuery, supportsBlockLoaderConfig, termQueryCaseInsensitive, termsQuery, validateMatchedRoutingPath, valueForDisplay, wildcardLikeQuery, wildcardQuery, wildcardQuery
-
Constructor Details
-
TDigestFieldType
public TDigestFieldType(String name, Map<String, String> meta, TimeSeriesParams.MetricType metricType, TDigestExecutionHint digestExecutionHint, Double compression)
-
-
Method Details
-
typeName
- Specified by:
typeNamein classMappedFieldType
-
getMetricType
- Overrides:
getMetricTypein classMappedFieldType
-
getDigestExecutionHint
-
getCompression
-
blockLoader
- Overrides:
blockLoaderin classMappedFieldType
-
valueFetcher
- Specified by:
valueFetcherin classMappedFieldType
-
isSearchable
public boolean isSearchable()- Overrides:
isSearchablein classMappedFieldType
-
fielddataBuilder
- Overrides:
fielddataBuilderin classMappedFieldType
-
termQuery
- Specified by:
termQueryin classMappedFieldType
-