Package org.opensearch.index.mapper
Class RankFeatureFieldMapper.RankFeatureFieldType
java.lang.Object
org.opensearch.index.mapper.MappedFieldType
org.opensearch.index.mapper.RankFeatureFieldMapper.RankFeatureFieldType
- Enclosing class:
- RankFeatureFieldMapper
-
Nested Class Summary
Nested classes/interfaces inherited from class org.opensearch.index.mapper.MappedFieldType
MappedFieldType.Relation -
Constructor Summary
ConstructorsConstructorDescriptionRankFeatureFieldType(String name, Map<String, String> meta, boolean positiveScoreImpact) -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.lucene.search.QueryexistsQuery(QueryShardContext context) fielddataBuilder(String fullyQualifiedIndexName, Supplier<SearchLookup> searchLookup) booleanorg.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, familyTypeName, 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
-
Constructor Details
-
RankFeatureFieldType
-
-
Method Details
-
typeName
- Specified by:
typeNamein classMappedFieldType
-
positiveScoreImpact
public boolean positiveScoreImpact() -
existsQuery
- Overrides:
existsQueryin classMappedFieldType
-
fielddataBuilder
public IndexFieldData.Builder fielddataBuilder(String fullyQualifiedIndexName, Supplier<SearchLookup> searchLookup) - Overrides:
fielddataBuilderin classMappedFieldType
-
valueFetcher
public ValueFetcher valueFetcher(QueryShardContext context, SearchLookup searchLookup, String format) - Specified by:
valueFetcherin classMappedFieldType
-
termQuery
- Specified by:
termQueryin classMappedFieldType
-