Package org.elasticsearch.index.mapper
Class RankFeatureMetaFieldMapper.RankFeatureMetaFieldType
java.lang.Object
org.elasticsearch.index.mapper.MappedFieldType
org.elasticsearch.index.mapper.RankFeatureMetaFieldMapper.RankFeatureMetaFieldType
- Enclosing class:
- RankFeatureMetaFieldMapper
public static final class RankFeatureMetaFieldMapper.RankFeatureMetaFieldType
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 -
Field Summary
FieldsModifier and TypeFieldDescription -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.lucene.search.QueryexistsQuery(org.elasticsearch.index.query.SearchExecutionContext context)org.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, fielddataBuilder, 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
-
Field Details
-
INSTANCE
-
-
Method Details
-
typeName
- Specified by:
typeNamein 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
-
existsQuery
public org.apache.lucene.search.Query existsQuery(org.elasticsearch.index.query.SearchExecutionContext context)- Overrides:
existsQueryin 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
-