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 sorting
|
org.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 API
|
org.apache.solr.client.solrj.request.schema |
Convenience classes for making Schema API requests.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
QueryResponse |
SolrClient.query(SolrParams params,
SolrRequest.METHOD method)
Performs a query to the Solr server
|
QueryResponse |
SolrClient.query(String collection,
SolrParams params,
SolrRequest.METHOD method)
Performs a query to the Solr server
|
void |
SolrRequest.setMethod(SolrRequest.METHOD method) |
Constructor and Description |
---|
SolrRequest(SolrRequest.METHOD m,
String path) |
Modifier and Type | Method and Description |
---|---|
byte[] |
SolrCloudManager.httpRequest(String url,
SolrRequest.METHOD method,
Map<String,String> headers,
String payload,
int timeout,
boolean followRedirects) |
Modifier and Type | Method and Description |
---|---|
byte[] |
DelegatingCloudManager.httpRequest(String url,
SolrRequest.METHOD method,
Map<String,String> headers,
String payload,
int timeout,
boolean followRedirects)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
byte[] |
SolrClientCloudManager.httpRequest(String url,
SolrRequest.METHOD method,
Map<String,String> headers,
String payload,
int timeout,
boolean followRedirects) |
Modifier and Type | Field and Description |
---|---|
SolrRequest.METHOD |
CoreApiMapping.Meta.method |
SolrRequest.METHOD |
CollectionApiMapping.Meta.method |
Modifier and Type | Method and Description |
---|---|
SolrRequest.METHOD |
CoreApiMapping.Meta.getHttpMethod() |
SolrRequest.METHOD |
CollectionApiMapping.Meta.getHttpMethod() |
SolrRequest.METHOD |
CollectionApiMapping.CommandMeta.getHttpMethod()
the http method supported by this command
|
SolrRequest.METHOD |
CollectionApiMapping.Meta.getMethod() |
Modifier and Type | Method and Description |
---|---|
V2Request.Builder |
V2Request.Builder.withMethod(SolrRequest.METHOD m) |
Constructor and 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) |
Modifier and Type | Method and Description |
---|---|
void |
JsonQueryRequest.setMethod(SolrRequest.METHOD m) |
Constructor and Description |
---|
AbstractSchemaRequest(SolrRequest.METHOD m,
String path) |
AbstractSchemaRequest(SolrRequest.METHOD m,
String path,
SolrParams params) |
Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.