Class ParentJoinFieldMapper.JoinFieldType

java.lang.Object
org.elasticsearch.index.mapper.MappedFieldType
org.elasticsearch.index.mapper.SimpleMappedFieldType
org.elasticsearch.index.mapper.TermBasedFieldType
org.elasticsearch.index.mapper.StringFieldType
org.elasticsearch.join.mapper.ParentJoinFieldMapper.JoinFieldType
Enclosing class:
ParentJoinFieldMapper

public static final class ParentJoinFieldMapper.JoinFieldType extends org.elasticsearch.index.mapper.StringFieldType
  • 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
  • Method Summary

    Modifier and Type
    Method
    Description
    org.elasticsearch.index.fielddata.IndexFieldData.Builder
    fielddataBuilder(String fullyQualifiedIndexName, Supplier<org.elasticsearch.search.lookup.SearchLookup> searchLookup)
     
     
    org.elasticsearch.index.mapper.ValueFetcher
    valueFetcher(org.elasticsearch.index.query.SearchExecutionContext context, String format)
     
     

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

    fuzzyQuery, normalizedWildcardQuery, normalizeWildcardPattern, prefixQuery, rangeQuery, regexpQuery, wildcardQuery, wildcardQuery

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

    indexedValueForSearch, termQuery, termQueryCaseInsensitive, termsQuery

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

    rangeQuery

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

    boost, checkNoFormat, checkNoTimeZone, collapseType, distanceFeatureQuery, docValueFormat, eagerGlobalOrdinals, existsQuery, extractTerm, failIfNoDocValues, failIfNotIndexed, familyTypeName, fuzzyIntervals, getTerms, getTextSearchInfo, hasDocValues, isAggregatable, isDimension, isFieldWithinQuery, isSearchable, isStored, meta, multiPhraseQuery, name, phrasePrefixQuery, phraseQuery, pointReaderIfPossible, prefixIntervals, prefixQuery, setBoost, spanPrefixQuery, termIntervals, wildcardIntervals, wildcardQuery

    Methods inherited from class java.lang.Object

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

    • typeName

      public String typeName()
      Specified by:
      typeName 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
    • valueForDisplay

      public Object valueForDisplay(Object value)
      Overrides:
      valueForDisplay in class org.elasticsearch.index.mapper.MappedFieldType