Class MultiTermVectorsResponse.Failure

org.elasticsearch.action.termvectors.MultiTermVectorsResponse.Failure
All Implemented Interfaces:
Writeable
Enclosing class:
MultiTermVectorsResponse

public static class MultiTermVectorsResponse.Failure extends implements Writeable
Represents a failure.
  • Nested Class Summary

    Nested classes/interfaces inherited from interface org.elasticsearch.common.io.stream.Writeable

    Writeable.Reader<V>, Writeable.Writer<V>
  • Constructor Summary

    Constructors
    Constructor
    Description
     index,  type,  id,  cause)
     
     
  • Method Summary

    Modifier and Type
    Method
    Description
    The failure cause.
    The id of the action.
    The index name of the action.
    Deprecated.
    Types are in the process of being removed.
    void
    Write this into the StreamOutput.

    Methods inherited from class java.lang.

    , , , , , , , , , ,
  • Constructor Details

    • Failure

      public Failure( index,  type,  id,  cause)
    • Failure

      public Failure(StreamInput in) throws
      Throws:
  • Method Details

    • getIndex

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

      public  getType()
      Deprecated.
      Types are in the process of being removed.
      The type of the action.
    • getId

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

      public  getCause()
      The failure cause.
    • writeTo

      public void writeTo(StreamOutput out) throws
      Description copied from interface: Writeable
      Write this into the StreamOutput.
      Specified by:
      writeTo in interface Writeable
      Throws: