Uses of Class
org.apache.solr.client.solrj.request.CollectionApiMapping.Meta
-
Packages that use CollectionApiMapping.Meta Package Description org.apache.solr.client.solrj.request Convenience classes for dealing with various types of Solr requests. -
-
Uses of CollectionApiMapping.Meta in org.apache.solr.client.solrj.request
Methods in org.apache.solr.client.solrj.request that return CollectionApiMapping.Meta Modifier and Type Method Description static CollectionApiMapping.Meta
CollectionApiMapping.Meta. valueOf(String name)
Returns the enum constant of this type with the specified name.static CollectionApiMapping.Meta[]
CollectionApiMapping.Meta. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-