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