Uses of Class
org.apache.solr.client.solrj.SolrRequest.SolrRequestType
-
Packages that use SolrRequest.SolrRequestType Package Description org.apache.solr.client.solrj Primary APIs for communicating with a Solr Server from a Java client. -
-
Uses of SolrRequest.SolrRequestType in org.apache.solr.client.solrj
Methods in org.apache.solr.client.solrj that return SolrRequest.SolrRequestType Modifier and Type Method Description static SolrRequest.SolrRequestTypeSolrRequest.SolrRequestType. valueOf(String name)Returns the enum constant of this type with the specified name.static SolrRequest.SolrRequestType[]SolrRequest.SolrRequestType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-