Uses of Class
org.elasticsearch.index.fielddata.FieldData
-
Packages that use FieldData Package Description org.elasticsearch.index.fielddata -
-
Uses of FieldData in org.elasticsearch.index.fielddata
Methods in org.elasticsearch.index.fielddata that return FieldData Modifier and Type Method Description static FieldDataFieldData. valueOf(String name)Returns the enum constant of this type with the specified name.static FieldData[]FieldData. values()Returns an array containing the constants of this enum type, in the order they are declared.
-