Uses of Class
org.elasticsearch.index.mapper.DocumentMapperForType
-
Packages that use DocumentMapperForType Package Description org.elasticsearch.index.mapper org.elasticsearch.index.shard -
-
Uses of DocumentMapperForType in org.elasticsearch.index.mapper
Methods in org.elasticsearch.index.mapper that return DocumentMapperForType Modifier and Type Method Description DocumentMapperForTypeMapperService. documentMapperWithAutoCreate(String type)Returns the document mapper created, including a mapping update if the type has been dynamically created. -
Uses of DocumentMapperForType in org.elasticsearch.index.shard
Methods in org.elasticsearch.index.shard with parameters of type DocumentMapperForType Modifier and Type Method Description static Engine.IndexIndexShard. prepareIndex(DocumentMapperForType docMapper, SourceToParse source, long seqNo, long primaryTerm, long version, VersionType versionType, Engine.Operation.Origin origin, long autoGeneratedIdTimestamp, boolean isRetry, long ifSeqNo, long ifPrimaryTerm)
-