Uses of Class
org.apache.solr.client.solrj.SolrRequest.METHOD
-
Packages that use SolrRequest.METHOD Package Description org.apache.solr.client.solrj Primary APIs for communicating with a Solr Server from a Java client.org.apache.solr.client.solrj.cloud Common classes for SolrCloud.org.apache.solr.client.solrj.cloud.autoscaling Common classes for autoscaling parsing filtering nodes and sortingorg.apache.solr.client.solrj.impl Concrete implementations of client API classes.org.apache.solr.client.solrj.request Convenience classes for dealing with various types of Solr requests.org.apache.solr.client.solrj.request.json Allows sending of requests using Solr's JSON query/faceting APIorg.apache.solr.client.solrj.request.schema 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.METHOD Modifier and Type Method Description SolrRequest.METHOD
SolrRequest. getMethod()
static SolrRequest.METHOD
SolrRequest.METHOD. valueOf(String name)
Returns the enum constant of this type with the specified name.static SolrRequest.METHOD[]
SolrRequest.METHOD. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.solr.client.solrj with parameters of type SolrRequest.METHOD Modifier and Type Method Description QueryResponse
SolrClient. query(String collection, SolrParams params, SolrRequest.METHOD method)
Performs a query to the Solr serverQueryResponse
SolrClient. query(SolrParams params, SolrRequest.METHOD method)
Performs a query to the Solr servervoid
SolrRequest. setMethod(SolrRequest.METHOD method)
Constructors in org.apache.solr.client.solrj with parameters of type SolrRequest.METHOD Constructor Description SolrRequest(SolrRequest.METHOD m, String path)
-
Uses of SolrRequest.METHOD in org.apache.solr.client.solrj.cloud
Methods in org.apache.solr.client.solrj.cloud with parameters of type SolrRequest.METHOD Modifier and Type Method Description byte[]
SolrCloudManager. httpRequest(String url, SolrRequest.METHOD method, Map<String,String> headers, String payload, int timeout, boolean followRedirects)
-
Uses of SolrRequest.METHOD in org.apache.solr.client.solrj.cloud.autoscaling
Methods in org.apache.solr.client.solrj.cloud.autoscaling with parameters of type SolrRequest.METHOD Modifier and Type Method Description byte[]
DelegatingCloudManager. httpRequest(String url, SolrRequest.METHOD method, Map<String,String> headers, String payload, int timeout, boolean followRedirects)
-
Uses of SolrRequest.METHOD in org.apache.solr.client.solrj.impl
Methods in org.apache.solr.client.solrj.impl with parameters of type SolrRequest.METHOD Modifier and Type Method Description byte[]
SolrClientCloudManager. httpRequest(String url, SolrRequest.METHOD method, Map<String,String> headers, String payload, int timeout, boolean followRedirects)
-
Uses of SolrRequest.METHOD in org.apache.solr.client.solrj.request
Fields in org.apache.solr.client.solrj.request declared as SolrRequest.METHOD Modifier and Type Field Description SolrRequest.METHOD
CollectionApiMapping.ConfigSetMeta. method
SolrRequest.METHOD
CollectionApiMapping.Meta. method
SolrRequest.METHOD
CoreApiMapping.Meta. method
Methods in org.apache.solr.client.solrj.request that return SolrRequest.METHOD Modifier and Type Method Description SolrRequest.METHOD
CollectionApiMapping.CommandMeta. getHttpMethod()
the http method supported by this commandSolrRequest.METHOD
CollectionApiMapping.ConfigSetMeta. getHttpMethod()
SolrRequest.METHOD
CollectionApiMapping.Meta. getHttpMethod()
SolrRequest.METHOD
CoreApiMapping.Meta. getHttpMethod()
SolrRequest.METHOD
CollectionApiMapping.Meta. getMethod()
Methods in org.apache.solr.client.solrj.request with parameters of type SolrRequest.METHOD Modifier and Type Method Description V2Request.Builder
V2Request.Builder. withMethod(SolrRequest.METHOD m)
Constructors in org.apache.solr.client.solrj.request with parameters of type SolrRequest.METHOD Constructor Description AbstractUpdateRequest(SolrRequest.METHOD m, String path)
DelegationTokenRequest(SolrRequest.METHOD m)
GenericSolrRequest(SolrRequest.METHOD m, String path, SolrParams params)
MultiContentWriterRequest(SolrRequest.METHOD m, String path, Iterator<Pair<NamedList,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 Modifier and Type Method Description void
JsonQueryRequest. setMethod(SolrRequest.METHOD m)
-
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.METHOD Constructor Description AbstractSchemaRequest(SolrRequest.METHOD m, String path)
AbstractSchemaRequest(SolrRequest.METHOD m, String path, SolrParams params)
-