Uses of Class
org.elasticsearch.action.fieldcaps.FieldCapabilities
-
Packages that use FieldCapabilities Package Description org.elasticsearch.action.fieldcaps -
-
Uses of FieldCapabilities in org.elasticsearch.action.fieldcaps
Methods in org.elasticsearch.action.fieldcaps that return FieldCapabilities Modifier and Type Method Description static FieldCapabilitiesFieldCapabilities. fromXContent(String name, XContentParser parser)FieldCapabilitiesFieldCapabilitiesIndexResponse. getField(String field)Get the field capabilities for the providedfieldMethods in org.elasticsearch.action.fieldcaps that return types with arguments of type FieldCapabilities Modifier and Type Method Description Map<String,FieldCapabilities>FieldCapabilitiesIndexResponse. get()Get the field capabilities mapMap<String,Map<String,FieldCapabilities>>FieldCapabilitiesResponse. get()Get the field capabilities map.Map<String,FieldCapabilities>FieldCapabilitiesResponse. getField(String field)Get the field capabilities per type for the providedfield.
-