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 MappedFieldType
-
Nested Class Summary
Nested classes/interfaces inherited from class org.elasticsearch.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()Methods inherited from class org.elasticsearch.index.mapper.MappedFieldType
boost, docValueFormat, eagerGlobalOrdinals, extractTerm, failIfNoDocValues, failIfNotIndexed, familyTypeName, fielddataBuilder, fuzzyQuery, getTextSearchInfo, hasDocValues, indexAnalyzer, intervals, isAggregatable, isFieldWithinQuery, isSearchable, meta, multiPhraseQuery, name, phrasePrefixQuery, phraseQuery, pointReaderIfPossible, prefixQuery, rangeQuery, regexpQuery, setBoost, setEagerGlobalOrdinals, setIndexAnalyzer, spanPrefixQuery, termsQuery, updateMeta, valueForDisplay, wildcardQuery
-
Field Details
-
Method Details
-
typeName
public java.lang.String typeName()- Specified by:
typeNamein classMappedFieldType
-
existsQuery
- Specified by:
existsQueryin classMappedFieldType
-
termQuery
- Specified by:
termQueryin classMappedFieldType
-