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