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
     
  • Method Summary

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

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

    boost, checkNoFormat, checkNoTimeZone, collapseType, distanceFeatureQuery, docValueFormat, eagerGlobalOrdinals, extractTerm, failIfNoDocValues, failIfNotIndexed, familyTypeName, fielddataBuilder, fuzzyIntervals, fuzzyQuery, getTerms, getTextSearchInfo, hasDocValues, isAggregatable, isDimension, isFieldWithinQuery, isSearchable, isStored, meta, multiPhraseQuery, name, normalizedWildcardQuery, phrasePrefixQuery, phraseQuery, pointReaderIfPossible, prefixIntervals, prefixQuery, prefixQuery, rangeQuery, regexpQuery, setBoost, spanPrefixQuery, termIntervals, termQueryCaseInsensitive, termsQuery, valueForDisplay, wildcardIntervals, 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 String typeName()
      Specified by:
      typeName in class org.elasticsearch.index.mapper.MappedFieldType
    • valueFetcher

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

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

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