Package org.opensearch.index.mapper
Class RankFeatureMetaFieldMapper.RankFeatureMetaFieldType
java.lang.Object
org.opensearch.index.mapper.MappedFieldType
org.opensearch.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.opensearch.index.mapper.MappedFieldType
MappedFieldType.Relation -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final RankFeatureMetaFieldMapper.RankFeatureMetaFieldType -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.lucene.search.QueryexistsQuery(QueryShardContext context) org.apache.lucene.search.QuerytermQuery(Object value, QueryShardContext context) typeName()valueFetcher(QueryShardContext context, SearchLookup searchLookup, String format) Methods inherited from class org.opensearch.index.mapper.MappedFieldType
boost, distanceFeatureQuery, docValueFormat, eagerGlobalOrdinals, extractTerm, failIfNoDocValues, failIfNotIndexed, failIfNotIndexedAndNoDocValues, familyTypeName, fielddataBuilder, fuzzyQuery, fuzzyQuery, getTextSearchInfo, hasDocValues, indexAnalyzer, intervals, isAggregatable, isFieldWithinQuery, isSearchable, isStored, meta, multiPhraseQuery, multiPhraseQuery, name, normalizedWildcardQuery, phrasePrefixQuery, phrasePrefixQuery, phraseQuery, phraseQuery, pointReaderIfPossible, prefixQuery, prefixQuery, rangeQuery, regexpQuery, setBoost, setEagerGlobalOrdinals, setIndexAnalyzer, spanPrefixQuery, termQueryCaseInsensitive, termsQuery, valueForDisplay, wildcardQuery, wildcardQuery
-
Field Details
-
INSTANCE
-
-
Method Details
-
typeName
- Specified by:
typeNamein classMappedFieldType
-
valueFetcher
public ValueFetcher valueFetcher(QueryShardContext context, SearchLookup searchLookup, String format) - Specified by:
valueFetcherin classMappedFieldType
-
existsQuery
- Overrides:
existsQueryin classMappedFieldType
-
termQuery
- Specified by:
termQueryin classMappedFieldType
-