Uses of Enum Class
org.apache.solr.client.solrj.SolrRequest.METHOD
Packages that use SolrRequest.METHOD
Package
Description
Primary APIs for communicating with a Solr Server from a Java client.
Convenience classes for dealing with various types of Solr requests.
Allows sending of requests using Solr's JSON query/faceting API
Convenience classes for making Schema API requests.
-
Uses of SolrRequest.METHOD in org.apache.solr.client.solrj
Methods in org.apache.solr.client.solrj that return SolrRequest.METHODModifier and TypeMethodDescriptionstatic SolrRequest.METHODSolrRequest.METHOD.fromString(String methodStr) Returns the METHOD enum value matching the provided string, or 'null' if no match is found.SolrRequest.getMethod()static SolrRequest.METHODReturns the enum constant of this class with the specified name.static SolrRequest.METHOD[]SolrRequest.METHOD.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.METHODModifier and TypeMethodDescriptionSolrClient.query(String collection, SolrParams params, SolrRequest.METHOD method) Performs a query to the Solr serverSolrClient.query(SolrParams params, SolrRequest.METHOD method) Performs a query to the Solr servervoidSolrRequest.setMethod(SolrRequest.METHOD method) Constructors in org.apache.solr.client.solrj with parameters of type SolrRequest.METHODModifierConstructorDescriptionSolrRequest(SolrRequest.METHOD m, String path, SolrRequest.SolrRequestType requestType) -
Uses of SolrRequest.METHOD in org.apache.solr.client.solrj.request
Methods in org.apache.solr.client.solrj.request that return SolrRequest.METHODModifier and TypeMethodDescriptionApiMapping.CommandMeta.getHttpMethod()the http method supported by this commandMethods in org.apache.solr.client.solrj.request with parameters of type SolrRequest.METHODConstructors in org.apache.solr.client.solrj.request with parameters of type SolrRequest.METHODModifierConstructorDescriptionCollectionRequiringSolrRequest(SolrRequest.METHOD m, String path, SolrRequest.SolrRequestType requestType) GenericSolrRequest(SolrRequest.METHOD m, String path) GenericSolrRequest(SolrRequest.METHOD m, String path, SolrRequest.SolrRequestType requestType) GenericSolrRequest(SolrRequest.METHOD m, String path, SolrRequest.SolrRequestType requestType, SolrParams params) GenericSolrRequest(SolrRequest.METHOD m, String path, SolrParams params) GenericV2SolrRequest(SolrRequest.METHOD m, String path) GenericV2SolrRequest(SolrRequest.METHOD m, String path, SolrRequest.SolrRequestType requestType) GenericV2SolrRequest(SolrRequest.METHOD m, String path, SolrRequest.SolrRequestType requestType, SolrParams params) GenericV2SolrRequest(SolrRequest.METHOD m, String path, SolrParams params) MultiContentWriterRequest(SolrRequest.METHOD m, String path, Iterator<Pair<NamedList<String>, Object>> payload) QueryRequest(SolrParams q, SolrRequest.METHOD method) -
Uses of SolrRequest.METHOD in org.apache.solr.client.solrj.request.json
Methods in org.apache.solr.client.solrj.request.json with parameters of type SolrRequest.METHOD -
Uses of SolrRequest.METHOD in org.apache.solr.client.solrj.request.schema
Constructors in org.apache.solr.client.solrj.request.schema with parameters of type SolrRequest.METHODModifierConstructorDescriptionAbstractSchemaRequest(SolrRequest.METHOD m, String path, SolrParams params)