| Package | Description | 
|---|---|
| org.apache.solr.client.solrj | |
| org.apache.solr.client.solrj.request | 
| 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 | SolrServer. query(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) | 
| QueryRequest(SolrParams q,
            SolrRequest.METHOD method) |