Uses of Class
org.elasticsearch.ingest.IngestDocument.MetaData
-
Packages that use IngestDocument.MetaData Package Description org.elasticsearch.ingest -
-
Uses of IngestDocument.MetaData in org.elasticsearch.ingest
Methods in org.elasticsearch.ingest that return IngestDocument.MetaData Modifier and Type Method Description static IngestDocument.MetaDataIngestDocument.MetaData. valueOf(String name)Returns the enum constant of this type with the specified name.static IngestDocument.MetaData[]IngestDocument.MetaData. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.elasticsearch.ingest that return types with arguments of type IngestDocument.MetaData Modifier and Type Method Description Map<IngestDocument.MetaData,Object>IngestDocument. extractMetadata()one time operation that extracts the metadata fields from the ingest document and returns them.Map<IngestDocument.MetaData,Object>IngestDocument. getMetadata()Does the same thing asIngestDocument.extractMetadata()but does not mutate the map.
-