Class FieldCapabilitiesFailure

java.lang.Object
org.elasticsearch.action.fieldcaps.FieldCapabilitiesFailure
All Implemented Interfaces:
Writeable, org.elasticsearch.common.xcontent.ToXContent, org.elasticsearch.common.xcontent.ToXContentObject

public class FieldCapabilitiesFailure extends Object implements Writeable, org.elasticsearch.common.xcontent.ToXContentObject
  • Constructor Details

  • Method Details

    • toXContent

      public org.elasticsearch.common.xcontent.XContentBuilder toXContent(org.elasticsearch.common.xcontent.XContentBuilder builder, org.elasticsearch.common.xcontent.ToXContent.Params params) throws IOException
      Specified by:
      toXContent in interface org.elasticsearch.common.xcontent.ToXContent
      Throws:
      IOException
    • fromXContent

      public static FieldCapabilitiesFailure fromXContent(org.elasticsearch.common.xcontent.XContentParser parser) throws IOException
      Throws:
      IOException
    • writeTo

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

      public String[] getIndices()
    • getException

      public Exception getException()