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
All Methods Instance Methods Concrete Methods 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 Detail
-
INSTANCE
public static final RankFeatureMetaFieldMapper.RankFeatureMetaFieldType INSTANCE
-
-
Method Detail
-
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
public org.apache.lucene.search.Query existsQuery(QueryShardContext context)
- Overrides:
existsQueryin classMappedFieldType
-
termQuery
public org.apache.lucene.search.Query termQuery(java.lang.Object value, QueryShardContext context)- Specified by:
termQueryin classMappedFieldType
-
-