Class MultiTermVectorsResponse.Failure
java.lang.Object
org.elasticsearch.action.termvectors.MultiTermVectorsResponse.Failure
- All Implemented Interfaces:
Writeable
- Enclosing class:
- MultiTermVectorsResponse
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
-
Method Summary
-
Constructor Details
-
Failure
-
Failure
- Throws:
IOException
-
-
Method Details
-
getIndex
The index name of the action. -
getType
Deprecated.Types are in the process of being removed.The type of the action. -
getId
The id of the action. -
getCause
The failure cause. -
writeTo
Description copied from interface:Writeable
Write this into the StreamOutput.- Specified by:
writeTo
in interfaceWriteable
- Throws:
IOException
-