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 TypeMethodDescriptionboolean
getName()
getType()
int
hashCode()
boolean
boolean
boolean
meta()
void
writeTo
(StreamOutput out) Write this into the StreamOutput.
-
Method Details
-
writeTo
Description copied from interface:Writeable
Write this into the StreamOutput.- Specified by:
writeTo
in interfaceWriteable
- Throws:
IOException
-
getName
-
getType
-
isMetadatafield
public boolean isMetadatafield() -
isAggregatable
public boolean isAggregatable() -
isSearchable
public boolean isSearchable() -
meta
-
equals
-
hashCode
public int hashCode()
-