Class MultiGetRequest.Item

java.lang.Object
org.elasticsearch.action.get.MultiGetRequest.Item
All Implemented Interfaces:
IndicesRequest, Writeable, org.elasticsearch.common.xcontent.ToXContent, org.elasticsearch.common.xcontent.ToXContentObject
Enclosing class:
MultiGetRequest

public static class MultiGetRequest.Item
extends java.lang.Object
implements Writeable, IndicesRequest, org.elasticsearch.common.xcontent.ToXContentObject
A single get item.
  • Constructor Details

    • Item

      public Item()
    • Item

      public Item​(StreamInput in) throws java.io.IOException
      Throws:
      java.io.IOException
    • Item

      @Deprecated public Item​(java.lang.String index, @Nullable java.lang.String type, java.lang.String id)
      Deprecated.
      Types are in the process of being removed, use instead.
      Constructs a single get item.
      Parameters:
      index - The index name
      type - The type (can be null)
      id - The id
    • Item

      public Item​(java.lang.String index, java.lang.String id)
  • Method Details