Package org.elasticsearch.join.mapper
Class ParentIdFieldMapper.ParentIdFieldType
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.ParentIdFieldMapper.ParentIdFieldType
- Enclosing class:
- ParentIdFieldMapper
public static final class ParentIdFieldMapper.ParentIdFieldType
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 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanorg.elasticsearch.index.fielddata.IndexFieldData.BuilderfielddataBuilder(String fullyQualifiedIndexName, Supplier<org.elasticsearch.search.lookup.SearchLookup> searchLookup)typeName()org.elasticsearch.index.mapper.ValueFetchervalueFetcher(org.elasticsearch.index.query.SearchExecutionContext context, String format)valueForDisplay(Object value)Methods inherited from class org.elasticsearch.index.mapper.StringFieldType
fuzzyQuery, normalizedWildcardQuery, normalizeWildcardPattern, prefixQuery, rangeQuery, regexpQuery, wildcardQuery, wildcardQueryMethods inherited from class org.elasticsearch.index.mapper.TermBasedFieldType
indexedValueForSearch, termQuery, termQueryCaseInsensitive, termsQueryMethods inherited from class org.elasticsearch.index.mapper.SimpleMappedFieldType
rangeQueryMethods inherited from class org.elasticsearch.index.mapper.MappedFieldType
boost, collapseType, distanceFeatureQuery, docValueFormat, existsQuery, extractTerm, failIfNoDocValues, failIfNotIndexed, familyTypeName, fuzzyIntervals, getTerms, getTextSearchInfo, hasDocValues, isAggregatable, isFieldWithinQuery, isSearchable, isStored, meta, multiPhraseQuery, name, phrasePrefixQuery, phraseQuery, pointReaderIfPossible, prefixIntervals, prefixQuery, setBoost, spanPrefixQuery, termIntervals, wildcardIntervals, wildcardQuery
-
Constructor Details
-
ParentIdFieldType
-
-
Method Details
-
typeName
- Specified by:
typeNamein classorg.elasticsearch.index.mapper.MappedFieldType
-
eagerGlobalOrdinals
public boolean eagerGlobalOrdinals()- Overrides:
eagerGlobalOrdinalsin classorg.elasticsearch.index.mapper.MappedFieldType
-
fielddataBuilder
public org.elasticsearch.index.fielddata.IndexFieldData.Builder fielddataBuilder(String fullyQualifiedIndexName, Supplier<org.elasticsearch.search.lookup.SearchLookup> searchLookup)- Overrides:
fielddataBuilderin classorg.elasticsearch.index.mapper.MappedFieldType
-
valueFetcher
public org.elasticsearch.index.mapper.ValueFetcher valueFetcher(org.elasticsearch.index.query.SearchExecutionContext context, String format)- Specified by:
valueFetcherin classorg.elasticsearch.index.mapper.MappedFieldType
-
valueForDisplay
- Overrides:
valueForDisplayin classorg.elasticsearch.index.mapper.MappedFieldType
-