Module org.elasticsearch.server
Package org.elasticsearch.index.mapper
Class TextFieldMapper.SyntheticSourceHelper
java.lang.Object
org.elasticsearch.index.mapper.TextFieldMapper.SyntheticSourceHelper
- Enclosing class:
TextFieldMapper
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic KeywordFieldMapper
getKeywordFieldMapperForSyntheticSource
(Iterable<? extends Mapper> multiFields) syntheticSourceDelegate
(org.apache.lucene.document.FieldType fieldType, FieldMapper.MultiFields multiFields)
-
Constructor Details
-
SyntheticSourceHelper
public SyntheticSourceHelper()
-
-
Method Details
-
syntheticSourceDelegate
public static KeywordFieldMapper.KeywordFieldType syntheticSourceDelegate(org.apache.lucene.document.FieldType fieldType, FieldMapper.MultiFields multiFields) -
getKeywordFieldMapperForSyntheticSource
public static KeywordFieldMapper getKeywordFieldMapperForSyntheticSource(Iterable<? extends Mapper> multiFields)
-