Uses of Class
org.apache.solr.client.api.model.IndexType
-
Packages that use IndexType Package Description org.apache.solr.client.api.model POJOs representing various inputs and outputs of the v2 APIs described inorg.apache.solr.client.api.endpoint
-
-
Uses of IndexType in org.apache.solr.client.api.model
Methods in org.apache.solr.client.api.model that return IndexType Modifier and Type Method Description static IndexType
IndexType. valueOf(String name)
Returns the enum constant of this type with the specified name.static IndexType[]
IndexType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-