Uses of Class
org.elasticsearch.index.mapper.PreanalyzedFieldMapper.PreanalyzedFieldType
-
Packages that use PreanalyzedFieldMapper.PreanalyzedFieldType Package Description org.elasticsearch.index.mapper -
-
Uses of PreanalyzedFieldMapper.PreanalyzedFieldType in org.elasticsearch.index.mapper
Methods in org.elasticsearch.index.mapper that return PreanalyzedFieldMapper.PreanalyzedFieldType Modifier and Type Method Description PreanalyzedFieldMapper.PreanalyzedFieldTypePreanalyzedFieldMapper. fieldType()Constructors in org.elasticsearch.index.mapper with parameters of type PreanalyzedFieldMapper.PreanalyzedFieldType Constructor Description PreanalyzedFieldMapper(String simpleName, org.apache.lucene.document.FieldType storedFieldType, org.apache.lucene.document.FieldType fieldTypeIndexed, PreanalyzedFieldMapper.PreanalyzedFieldType indexedFieldType, Map<String,org.elasticsearch.index.analysis.NamedAnalyzer> indexAnalyzers, org.elasticsearch.index.mapper.PreanalyzedFieldMapper.SubFieldInfo prefixFieldInfo, org.elasticsearch.index.mapper.PreanalyzedFieldMapper.SubFieldInfo phraseFieldInfo, org.elasticsearch.index.mapper.FieldMapper.MultiFields multiFields, org.elasticsearch.index.mapper.FieldMapper.CopyTo copyTo, PreanalyzedFieldMapper.Builder builder)
-