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