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.StringFieldType
org.elasticsearch.join.mapper.ParentIdFieldMapper.ParentIdFieldType
- Enclosing class:
- ParentIdFieldMapper
public static final class ParentIdFieldMapper.ParentIdFieldType extends StringFieldType
-
Nested Class Summary
Nested classes/interfaces inherited from class org.elasticsearch.index.mapper.MappedFieldType
MappedFieldType.Relation -
Method Summary
Modifier and Type Method Description org.apache.lucene.search.QueryexistsQuery(QueryShardContext context)IndexFieldData.BuilderfielddataBuilder(java.lang.String fullyQualifiedIndexName)protected BytesRefindexedValueForSearch(java.lang.Object arg0)org.apache.lucene.search.QuerytermQuery(java.lang.Object arg0, QueryShardContext arg1)org.apache.lucene.search.QuerytermsQuery(java.util.List<?> arg0, QueryShardContext arg1)java.lang.StringtypeName()java.lang.ObjectvalueForDisplay(java.lang.Object value)Methods inherited from class org.elasticsearch.index.mapper.StringFieldType
fuzzyQuery, normalizeWildcardPattern, prefixQuery, rangeQuery, regexpQuery, wildcardQueryMethods inherited from class org.elasticsearch.index.mapper.MappedFieldType
boost, docValueFormat, eagerGlobalOrdinals, extractTerm, failIfNoDocValues, failIfNotIndexed, familyTypeName, getTextSearchInfo, hasDocValues, indexAnalyzer, intervals, isAggregatable, isFieldWithinQuery, isSearchable, meta, multiPhraseQuery, name, phrasePrefixQuery, phraseQuery, pointReaderIfPossible, setBoost, setEagerGlobalOrdinals, setIndexAnalyzer, spanPrefixQuery, updateMeta
-
Method Details
-
typeName
public java.lang.String typeName()- Specified by:
typeNamein classMappedFieldType
-
fielddataBuilder
- Overrides:
fielddataBuilderin classMappedFieldType
-
valueForDisplay
public java.lang.Object valueForDisplay(java.lang.Object value)- Overrides:
valueForDisplayin classMappedFieldType
-
existsQuery
- Specified by:
existsQueryin classMappedFieldType
-
indexedValueForSearch
-
termQuery
- Specified by:
termQueryin classMappedFieldType
-
termsQuery
- Overrides:
termsQueryin classMappedFieldType
-