Package org.elasticsearch.index.mapper
Class RankFeatureFieldMapper.RankFeatureFieldType
java.lang.Object
org.elasticsearch.index.mapper.MappedFieldType
org.elasticsearch.index.mapper.RankFeatureFieldMapper.RankFeatureFieldType
- Enclosing class:
- RankFeatureFieldMapper
public static final class RankFeatureFieldMapper.RankFeatureFieldType
extends org.elasticsearch.index.mapper.MappedFieldType
-
Nested Class Summary
Nested classes/interfaces inherited from class org.elasticsearch.index.mapper.MappedFieldType
org.elasticsearch.index.mapper.MappedFieldType.CollapseType, org.elasticsearch.index.mapper.MappedFieldType.Relation -
Constructor Summary
ConstructorsConstructorDescriptionRankFeatureFieldType(String name, Map<String,String> meta, boolean positiveScoreImpact) -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.lucene.search.QueryexistsQuery(org.elasticsearch.index.query.SearchExecutionContext context)org.elasticsearch.index.fielddata.IndexFieldData.BuilderfielddataBuilder(String fullyQualifiedIndexName, Supplier<org.elasticsearch.search.lookup.SearchLookup> searchLookup)booleanorg.apache.lucene.search.QuerytypeName()org.elasticsearch.index.mapper.ValueFetchervalueFetcher(org.elasticsearch.index.query.SearchExecutionContext context, String format)Methods inherited from class org.elasticsearch.index.mapper.MappedFieldType
boost, collapseType, distanceFeatureQuery, docValueFormat, eagerGlobalOrdinals, extractTerm, failIfNoDocValues, failIfNotIndexed, familyTypeName, fuzzyIntervals, fuzzyQuery, getTerms, getTextSearchInfo, hasDocValues, isAggregatable, isFieldWithinQuery, isSearchable, isStored, meta, multiPhraseQuery, name, normalizedWildcardQuery, phrasePrefixQuery, phraseQuery, pointReaderIfPossible, prefixIntervals, prefixQuery, prefixQuery, rangeQuery, regexpQuery, setBoost, spanPrefixQuery, termIntervals, termQueryCaseInsensitive, termsQuery, valueForDisplay, wildcardIntervals, wildcardQuery, wildcardQuery
-
Constructor Details
-
RankFeatureFieldType
-
-
Method Details
-
typeName
- Specified by:
typeNamein classorg.elasticsearch.index.mapper.MappedFieldType
-
positiveScoreImpact
public boolean positiveScoreImpact() -
existsQuery
public org.apache.lucene.search.Query existsQuery(org.elasticsearch.index.query.SearchExecutionContext context)- Overrides:
existsQueryin classorg.elasticsearch.index.mapper.MappedFieldType
-
fielddataBuilder
public org.elasticsearch.index.fielddata.IndexFieldData.Builder fielddataBuilder(String fullyQualifiedIndexName, Supplier<org.elasticsearch.search.lookup.SearchLookup> searchLookup)- Overrides:
fielddataBuilderin classorg.elasticsearch.index.mapper.MappedFieldType
-
valueFetcher
public org.elasticsearch.index.mapper.ValueFetcher valueFetcher(org.elasticsearch.index.query.SearchExecutionContext context, String format)- Specified by:
valueFetcherin classorg.elasticsearch.index.mapper.MappedFieldType
-
termQuery
public org.apache.lucene.search.Query termQuery(Object value, org.elasticsearch.index.query.SearchExecutionContext context)- Specified by:
termQueryin classorg.elasticsearch.index.mapper.MappedFieldType
-