Uses of Class
org.elasticsearch.index.mapper.SourceToParse
-
Packages that use SourceToParse Package Description org.elasticsearch.index.mapper org.elasticsearch.index.shard -
-
Uses of SourceToParse in org.elasticsearch.index.mapper
Methods in org.elasticsearch.index.mapper that return SourceToParse Modifier and Type Method Description SourceToParseParseContext.InternalParseContext. sourceToParse()abstract SourceToParseParseContext. sourceToParse()Methods in org.elasticsearch.index.mapper with parameters of type SourceToParse Modifier and Type Method Description ParsedDocumentDocumentMapper. parse(SourceToParse source)Constructors in org.elasticsearch.index.mapper with parameters of type SourceToParse Constructor Description InternalParseContext(IndexSettings indexSettings, DocumentMapperParser docMapperParser, DocumentMapper docMapper, SourceToParse source, XContentParser parser) -
Uses of SourceToParse in org.elasticsearch.index.shard
Methods in org.elasticsearch.index.shard with parameters of type SourceToParse Modifier and Type Method Description Engine.IndexResultIndexShard. applyIndexOperationOnPrimary(long version, VersionType versionType, SourceToParse sourceToParse, long ifSeqNo, long ifPrimaryTerm, long autoGeneratedTimestamp, boolean isRetry)Engine.IndexResultIndexShard. applyIndexOperationOnReplica(long seqNo, long version, long autoGeneratedTimeStamp, boolean isRetry, SourceToParse sourceToParse)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)
-