Class MockFieldMapper.FakeFieldType

java.lang.Object
org.elasticsearch.index.mapper.MappedFieldType
org.elasticsearch.index.mapper.SimpleMappedFieldType
org.elasticsearch.index.mapper.TermBasedFieldType
org.elasticsearch.index.mapper.MockFieldMapper.FakeFieldType
Enclosing class:
MockFieldMapper

public static class MockFieldMapper.FakeFieldType extends org.elasticsearch.index.mapper.TermBasedFieldType
  • 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
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
    org.elasticsearch.index.mapper.ValueFetcher
    valueFetcher(org.elasticsearch.index.query.SearchExecutionContext context, String format)
     

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

    indexedValueForSearch, mayExistInIndex, termQuery, termQueryCaseInsensitive, termsQuery

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

    rangeQuery, rangeQuery

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

    checkNoFormat, checkNoTimeZone, collapseType, distanceFeatureQuery, docValueFormat, eagerGlobalOrdinals, existsQuery, extractTerm, failIfNoDocValues, failIfNotIndexed, failIfNotIndexedNorDocValuesFallback, familyTypeName, fielddataBuilder, fuzzyIntervals, fuzzyQuery, getMetricType, getTerms, getTextSearchInfo, hasDocValues, isAggregatable, isDimension, isFieldWithinQuery, isIndexed, isSearchable, isStored, meta, multiPhraseQuery, name, normalizedWildcardQuery, phrasePrefixQuery, phraseQuery, pointReaderIfPossible, prefixIntervals, prefixQuery, prefixQuery, regexpQuery, spanPrefixQuery, termIntervals, validateMatchedRoutingPath, valueForDisplay, wildcardIntervals, wildcardQuery, wildcardQuery

    Methods inherited from class java.lang.Object

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

    • FakeFieldType

      public FakeFieldType(String name)
  • 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