Class MultiTermVectorsItemResponse

  • All Implemented Interfaces:
    Streamable

    public class MultiTermVectorsItemResponse
    extends java.lang.Object
    implements Streamable
    A single multi get response.
    • Method Detail

      • getIndex

        public java.lang.String getIndex()
        The index name of the document.
      • getType

        public java.lang.String getType()
        The type of the document.
      • getId

        public java.lang.String getId()
        The id of the document.
      • isFailed

        public boolean isFailed()
        Is this a failed execution?
      • getResponse

        public TermVectorsResponse getResponse()
        The actual get response, null if its a failure.