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