Class SourceToParse

java.lang.Object
org.elasticsearch.index.mapper.SourceToParse

public class SourceToParse extends Object
  • Constructor Details

  • Method Details

    • source

      public BytesReference source()
    • index

      public String index()
    • type

      public String type()
    • id

      public String id()
    • routing

      @Nullable public String routing()
    • dynamicTemplates

      public Map<String,​String> dynamicTemplates()
      Returns a map from the full path (i.e. foo.bar) of field names to the names of dynamic mapping templates.
    • getXContentType

      public org.elasticsearch.common.xcontent.XContentType getXContentType()