Uses of Enum Class
org.apache.solr.client.solrj.SolrRequest.SolrRequestType
Packages that use SolrRequest.SolrRequestType
Package
Description
Primary APIs for communicating with a Solr Server from a Java client.
Convenience classes for dealing with various types of Solr requests.
-
Uses of SolrRequest.SolrRequestType in org.apache.solr.client.solrj
Methods in org.apache.solr.client.solrj that return SolrRequest.SolrRequestTypeModifier and TypeMethodDescriptionSolrRequest.getRequestType()The type of this Solr request.static SolrRequest.SolrRequestTypeReturns the enum constant of this class with the specified name.static SolrRequest.SolrRequestType[]SolrRequest.SolrRequestType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.solr.client.solrj with parameters of type SolrRequest.SolrRequestTypeModifier and TypeMethodDescriptionvoidSolrRequest.setRequestType(SolrRequest.SolrRequestType requestType) Constructors in org.apache.solr.client.solrj with parameters of type SolrRequest.SolrRequestTypeModifierConstructorDescriptionSolrRequest(SolrRequest.METHOD m, String path, SolrRequest.SolrRequestType requestType) -
Uses of SolrRequest.SolrRequestType in org.apache.solr.client.solrj.request
Constructors in org.apache.solr.client.solrj.request with parameters of type SolrRequest.SolrRequestTypeModifierConstructorDescriptionCollectionRequiringSolrRequest(SolrRequest.METHOD m, String path, SolrRequest.SolrRequestType requestType) GenericSolrRequest(SolrRequest.METHOD m, String path, SolrRequest.SolrRequestType requestType) GenericSolrRequest(SolrRequest.METHOD m, String path, SolrRequest.SolrRequestType requestType, SolrParams params) GenericV2SolrRequest(SolrRequest.METHOD m, String path, SolrRequest.SolrRequestType requestType) GenericV2SolrRequest(SolrRequest.METHOD m, String path, SolrRequest.SolrRequestType requestType, SolrParams params)