Class FieldCapabilitiesIndexResponse

java.lang.Object
All Implemented Interfaces:
Writeable, org.elasticsearch.common.util.concurrent.RefCounted

public class FieldCapabilitiesIndexResponse
extends ActionResponse
implements Writeable
  • Method Details

    • getIndexName

      public java.lang.String getIndexName()
      Get the index name
    • canMatch

      public boolean canMatch()
    • get

      public java.util.Map<java.lang.String,​IndexFieldCapabilities> get()
      Get the field capabilities map
    • getField

      public IndexFieldCapabilities getField​(java.lang.String field)
      Get the field capabilities for the provided field
    • writeTo

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

      public boolean equals​(java.lang.Object o)
      Overrides:
      equals in class java.lang.Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class java.lang.Object