Package | Description |
---|---|
org.apache.solr.client.solrj |
Primary APIs for communicating with a Solr Server from a Java client.
|
org.apache.solr.client.solrj.request |
Convenience classes for dealing with various types of Solr requests.
|
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) |
Constructor and Description |
---|
AbstractUpdateRequest(SolrRequest.METHOD m,
String path) |
DelegationTokenRequest(SolrRequest.METHOD m) |
GenericSolrRequest(SolrRequest.METHOD m,
String path,
SolrParams params) |
QueryRequest(SolrParams q,
SolrRequest.METHOD method) |
Constructor and Description |
---|
AbstractSchemaRequest(SolrRequest.METHOD m,
String path) |
AbstractSchemaRequest(SolrRequest.METHOD m,
String path,
SolrParams params) |
Copyright © 2000-2017 Apache Software Foundation. All Rights Reserved.