Uses of Class
org.elasticsearch.index.mapper.ParsedDocument
-
Packages that use ParsedDocument Package Description org.elasticsearch.index.engine org.elasticsearch.index.mapper -
-
Uses of ParsedDocument in org.elasticsearch.index.engine
Methods in org.elasticsearch.index.engine that return ParsedDocument Modifier and Type Method Description ParsedDocumentEngineConfig.TombstoneDocSupplier. newDeleteTombstoneDoc(String type, String id)Creates a tombstone document for a delete operation.ParsedDocumentEngineConfig.TombstoneDocSupplier. newNoopTombstoneDoc(String reason)Creates a tombstone document for a noop operation.ParsedDocumentEngine.Index. parsedDoc()Constructors in org.elasticsearch.index.engine with parameters of type ParsedDocument Constructor Description Index(Term uid, long primaryTerm, ParsedDocument doc)Index(Term uid, ParsedDocument doc, long seqNo, long primaryTerm, long version, VersionType versionType, Engine.Operation.Origin origin, long startTime, long autoGeneratedIdTimestamp, boolean isRetry, long ifSeqNo, long ifPrimaryTerm) -
Uses of ParsedDocument in org.elasticsearch.index.mapper
Methods in org.elasticsearch.index.mapper that return ParsedDocument Modifier and Type Method Description ParsedDocumentDocumentMapper. createDeleteTombstoneDoc(String index, String type, String id)ParsedDocumentDocumentMapper. createNoopTombstoneDoc(String index, String reason)ParsedDocumentDocumentMapper. parse(SourceToParse source)
-