Package org.elasticsearch.index.mapper
Class RankFeatureMetaFieldMapper.RankFeatureMetaFieldType
java.lang.Object
org.elasticsearch.index.mapper.MappedFieldType
org.elasticsearch.index.mapper.RankFeatureMetaFieldMapper.RankFeatureMetaFieldType
- Enclosing class:
- RankFeatureMetaFieldMapper
public static final class RankFeatureMetaFieldMapper.RankFeatureMetaFieldType
extends MappedFieldType
-
Nested Class Summary
Nested classes/interfaces inherited from class org.elasticsearch.index.mapper.MappedFieldType
MappedFieldType.CollapseType, MappedFieldType.Relation -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final RankFeatureMetaFieldMapper.RankFeatureMetaFieldType -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.lucene.search.QueryexistsQuery(SearchExecutionContext context) org.apache.lucene.search.QuerytermQuery(Object value, SearchExecutionContext context) typeName()valueFetcher(SearchExecutionContext context, String format) Methods inherited from class org.elasticsearch.index.mapper.MappedFieldType
boost, checkNoFormat, checkNoTimeZone, collapseType, distanceFeatureQuery, docValueFormat, eagerGlobalOrdinals, extractTerm, failIfNoDocValues, failIfNotIndexed, familyTypeName, fielddataBuilder, fuzzyIntervals, fuzzyQuery, getTerms, getTextSearchInfo, hasDocValues, isAggregatable, isDimension, isFieldWithinQuery, isSearchable, isStored, meta, multiPhraseQuery, name, normalizedWildcardQuery, phrasePrefixQuery, phraseQuery, pointReaderIfPossible, prefixIntervals, prefixQuery, prefixQuery, rangeQuery, regexpQuery, setBoost, spanPrefixQuery, termIntervals, termQueryCaseInsensitive, termsQuery, valueForDisplay, wildcardIntervals, wildcardQuery, wildcardQuery
-
Field Details
-
INSTANCE
-
-
Method Details
-
typeName
- Specified by:
typeNamein classMappedFieldType
-
valueFetcher
- Specified by:
valueFetcherin classMappedFieldType
-
existsQuery
- Overrides:
existsQueryin classMappedFieldType
-
termQuery
- Specified by:
termQueryin classMappedFieldType
-