Class IndexFieldCapabilities

java.lang.Object
org.elasticsearch.action.fieldcaps.IndexFieldCapabilities
All Implemented Interfaces:
Writeable

public class IndexFieldCapabilities
extends java.lang.Object
implements Writeable
Describes the capabilities of a field in a single index.
  • Nested Class Summary

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

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

    Modifier and Type Method Description
    boolean equals​(java.lang.Object o)  
    java.lang.String getName()  
    java.lang.String getType()  
    int hashCode()  
    boolean isAggregatable()  
    boolean isSearchable()  
    java.util.Map<java.lang.String,​java.lang.String> meta()  
    void writeTo​(StreamOutput out)
    Write this into the StreamOutput.

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • 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
    • getName

      public java.lang.String getName()
    • getType

      public java.lang.String getType()
    • isAggregatable

      public boolean isAggregatable()
    • isSearchable

      public boolean isSearchable()
    • meta

      public java.util.Map<java.lang.String,​java.lang.String> meta()
    • 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