Class RankFeaturesFieldMapper.RankFeaturesFieldType

java.lang.Object
org.elasticsearch.index.mapper.MappedFieldType
org.elasticsearch.index.mapper.RankFeaturesFieldMapper.RankFeaturesFieldType
Enclosing class:
RankFeaturesFieldMapper

public static final class RankFeaturesFieldMapper.RankFeaturesFieldType 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

    Constructors
    Constructor
    Description
    RankFeaturesFieldType(String name, Map<String,String> meta, boolean positiveScoreImpact)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.lucene.search.Query
    existsQuery(org.elasticsearch.index.query.SearchExecutionContext context)
     
    org.elasticsearch.index.fielddata.IndexFieldData.Builder
    fielddataBuilder(String fullyQualifiedIndexName, Supplier<org.elasticsearch.search.lookup.SearchLookup> searchLookup)
     
    boolean
     
    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, 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
  • Constructor Details

    • RankFeaturesFieldType

      public RankFeaturesFieldType(String name, Map<String,String> meta, boolean positiveScoreImpact)
  • Method Details

    • typeName

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

      public boolean positiveScoreImpact()
    • existsQuery

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

      public org.elasticsearch.index.fielddata.IndexFieldData.Builder fielddataBuilder(String fullyQualifiedIndexName, Supplier<org.elasticsearch.search.lookup.SearchLookup> searchLookup)
      Overrides:
      fielddataBuilder 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
    • 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