Class MultiGetRequest.Item

    • Constructor Detail

      • 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 Detail

      • index

        public java.lang.String index()
      • indices

        public java.lang.String[] indices()
        Description copied from interface: IndicesRequest
        Returns the array of indices that the action relates to
        Specified by:
        indices in interface IndicesRequest
      • indicesOptions

        public IndicesOptions indicesOptions()
        Description copied from interface: IndicesRequest
        Returns the indices options used to resolve indices. They tell for instance whether a single index is accepted, whether an empty array will be converted to _all, and how wildcards will be expanded if needed.
        Specified by:
        indicesOptions in interface IndicesRequest
      • type

        public java.lang.String type()
      • id

        public java.lang.String id()
      • routing

        public MultiGetRequest.Item routing​(java.lang.String routing)
        The routing associated with this document.
      • routing

        public java.lang.String routing()
      • storedFields

        public java.lang.String[] storedFields()
      • version

        public long version()
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object