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 booleanequals(java.lang.Object o)java.lang.StringgetName()java.lang.StringgetType()inthashCode()booleanisAggregatable()booleanisSearchable()java.util.Map<java.lang.String,java.lang.String>meta()voidwriteTo(StreamOutput out)Write this into the StreamOutput.
-
Method Details
-
writeTo
Description copied from interface:WriteableWrite this into the StreamOutput. -
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:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()- Overrides:
hashCodein classjava.lang.Object
-