Class MultiTermVectorsResponse.Failure

    • Constructor Detail

      • Failure

        public Failure​(java.lang.String index,
                       java.lang.String type,
                       java.lang.String id,
                       java.lang.Exception cause)
    • Method Detail

      • getIndex

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

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

        public java.lang.String getId()
        The id of the action.
      • getCause

        public java.lang.Exception getCause()
        The failure cause.