Uses of Class
org.elasticsearch.ingest.IngestDocument
-
Packages that use IngestDocument Package Description org.elasticsearch.action.ingest org.elasticsearch.ingest -
-
Uses of IngestDocument in org.elasticsearch.action.ingest
Methods in org.elasticsearch.action.ingest that return IngestDocument Modifier and Type Method Description IngestDocumentSimulateDocumentBaseResult. getIngestDocument()IngestDocumentSimulateProcessorResult. getIngestDocument()Constructors in org.elasticsearch.action.ingest with parameters of type IngestDocument Constructor Description SimulateDocumentBaseResult(IngestDocument ingestDocument)SimulateProcessorResult(String processorTag, IngestDocument ingestDocument)SimulateProcessorResult(String processorTag, IngestDocument ingestDocument, Exception failure) -
Uses of IngestDocument in org.elasticsearch.ingest
Methods in org.elasticsearch.ingest that return IngestDocument Modifier and Type Method Description IngestDocumentCompoundProcessor. execute(IngestDocument ingestDocument)IngestDocumentConditionalProcessor. execute(IngestDocument ingestDocument)IngestDocumentPipelineProcessor. execute(IngestDocument ingestDocument)IngestDocumentProcessor. execute(IngestDocument ingestDocument)Introspect and potentially modify the incoming data.IngestDocumentTrackingResultProcessor. execute(IngestDocument ingestDocument)Methods in org.elasticsearch.ingest with parameters of type IngestDocument Modifier and Type Method Description IngestDocumentCompoundProcessor. execute(IngestDocument ingestDocument)voidCompoundProcessor. execute(IngestDocument ingestDocument, BiConsumer<IngestDocument,Exception> handler)IngestDocumentConditionalProcessor. execute(IngestDocument ingestDocument)voidConditionalProcessor. execute(IngestDocument ingestDocument, BiConsumer<IngestDocument,Exception> handler)voidPipeline. execute(IngestDocument ingestDocument, BiConsumer<IngestDocument,Exception> handler)Modifies the data of a document to be indexed based on the processor this pipeline holds Ifnullis returned then this document will be dropped and not indexed, otherwise this document will be kept and indexed.IngestDocumentPipelineProcessor. execute(IngestDocument ingestDocument)voidPipelineProcessor. execute(IngestDocument ingestDocument, BiConsumer<IngestDocument,Exception> handler)IngestDocumentProcessor. execute(IngestDocument ingestDocument)Introspect and potentially modify the incoming data.default voidProcessor. execute(IngestDocument ingestDocument, BiConsumer<IngestDocument,Exception> handler)Introspect and potentially modify the incoming data.IngestDocumentTrackingResultProcessor. execute(IngestDocument ingestDocument)voidTrackingResultProcessor. execute(IngestDocument ingestDocument, BiConsumer<IngestDocument,Exception> handler)Method parameters in org.elasticsearch.ingest with type arguments of type IngestDocument Modifier and Type Method Description voidCompoundProcessor. execute(IngestDocument ingestDocument, BiConsumer<IngestDocument,Exception> handler)voidConditionalProcessor. execute(IngestDocument ingestDocument, BiConsumer<IngestDocument,Exception> handler)voidPipeline. execute(IngestDocument ingestDocument, BiConsumer<IngestDocument,Exception> handler)Modifies the data of a document to be indexed based on the processor this pipeline holds Ifnullis returned then this document will be dropped and not indexed, otherwise this document will be kept and indexed.voidPipelineProcessor. execute(IngestDocument ingestDocument, BiConsumer<IngestDocument,Exception> handler)default voidProcessor. execute(IngestDocument ingestDocument, BiConsumer<IngestDocument,Exception> handler)Introspect and potentially modify the incoming data.voidTrackingResultProcessor. execute(IngestDocument ingestDocument, BiConsumer<IngestDocument,Exception> handler)voidIngestDocument. executePipeline(Pipeline pipeline, BiConsumer<IngestDocument,Exception> handler)Executes the given pipeline with for this document unless the pipeline has already been executed for this document.Constructors in org.elasticsearch.ingest with parameters of type IngestDocument Constructor Description IngestDocument(IngestDocument other)Copy constructor that creates a newIngestDocumentwhich has exactly the same properties as the one provided as argument
-