Module org.elasticsearch.server
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 SummaryNested classes/interfaces inherited from interface org.elasticsearch.common.io.stream.WriteableWriteable.Reader<V>, Writeable.Writer<V>
- 
Method SummaryModifier and TypeMethodDescriptionbooleangetName()getType()inthashCode()booleanbooleanbooleanbooleanmeta()voidwriteTo(StreamOutput out) Write this into the StreamOutput.
- 
Method Details- 
writeToDescription copied from interface:WriteableWrite this into the StreamOutput.- Specified by:
- writeToin interface- Writeable
- Throws:
- IOException
 
- 
getName
- 
getType
- 
isMetadatafieldpublic boolean isMetadatafield()
- 
isAggregatablepublic boolean isAggregatable()
- 
isSearchablepublic boolean isSearchable()
- 
isDimensionpublic boolean isDimension()
- 
getMetricType
- 
meta
- 
equals
- 
hashCodepublic int hashCode()
 
-