Class IndexFieldCapabilities
java.lang.Object
org.elasticsearch.action.fieldcaps.IndexFieldCapabilities
- All Implemented Interfaces:
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 TypeMethodDescriptionbooleangetName()getType()inthashCode()booleanbooleanbooleanmeta()voidwriteTo(StreamOutput out)Write this into the StreamOutput.
-
Method Details
-
writeTo
Description copied from interface:WriteableWrite this into the StreamOutput.- Specified by:
writeToin interfaceWriteable- Throws:
IOException
-
getName
-
getType
-
isMetadatafield
public boolean isMetadatafield() -
isAggregatable
public boolean isAggregatable() -
isSearchable
public boolean isSearchable() -
meta
-
equals
-
hashCode
public int hashCode()
-