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

    Fields 
    Modifier and Type Field Description
    static RankFeatureMetaFieldMapper.RankFeatureMetaFieldType INSTANCE  
  • Method Summary

    Modifier and Type Method Description
    org.apache.lucene.search.Query existsQuery​(org.elasticsearch.index.query.QueryShardContext context)  
    org.apache.lucene.search.Query termQuery​(java.lang.Object value, org.elasticsearch.index.query.QueryShardContext context)  
    java.lang.String typeName()  
    org.elasticsearch.index.mapper.ValueFetcher valueFetcher​(org.elasticsearch.index.query.QueryShardContext context, java.lang.String format)  

    Methods inherited from class org.elasticsearch.index.mapper.MappedFieldType

    boost, collapseType, distanceFeatureQuery, docValueFormat, eagerGlobalOrdinals, extractTerm, failIfNoDocValues, failIfNotIndexed, familyTypeName, fielddataBuilder, fuzzyQuery, getTextSearchInfo, hasDocValues, intervals, isAggregatable, isFieldWithinQuery, isSearchable, isStored, meta, multiPhraseQuery, name, phrasePrefixQuery, phraseQuery, pointReaderIfPossible, prefixQuery, prefixQuery, rangeQuery, regexpQuery, setBoost, setEagerGlobalOrdinals, spanPrefixQuery, termQueryCaseInsensitive, termsQuery, valueForDisplay, wildcardQuery, wildcardQuery

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Method Details

    • typeName

      public java.lang.String typeName()
      Specified by:
      typeName in class org.elasticsearch.index.mapper.MappedFieldType
    • valueFetcher

      public org.elasticsearch.index.mapper.ValueFetcher valueFetcher​(org.elasticsearch.index.query.QueryShardContext context, java.lang.String format)
      Specified by:
      valueFetcher in class org.elasticsearch.index.mapper.MappedFieldType
    • existsQuery

      public org.apache.lucene.search.Query existsQuery​(org.elasticsearch.index.query.QueryShardContext context)
      Overrides:
      existsQuery in class org.elasticsearch.index.mapper.MappedFieldType
    • termQuery

      public org.apache.lucene.search.Query termQuery​(java.lang.Object value, org.elasticsearch.index.query.QueryShardContext context)
      Specified by:
      termQuery in class org.elasticsearch.index.mapper.MappedFieldType