|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SolrRequest.METHOD | |
---|---|
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. |
Uses of SolrRequest.METHOD in org.apache.solr.client.solrj |
---|
Methods in org.apache.solr.client.solrj that return SolrRequest.METHOD | |
---|---|
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 | |
---|---|
QueryResponse |
SolrServer.query(SolrParams params,
SolrRequest.METHOD method)
Performs a query to the Solr server |
void |
SolrRequest.setMethod(SolrRequest.METHOD method)
|
Constructors in org.apache.solr.client.solrj with parameters of type SolrRequest.METHOD | |
---|---|
SolrRequest(SolrRequest.METHOD m,
String path)
|
Uses of SolrRequest.METHOD in org.apache.solr.client.solrj.request |
---|
Constructors in org.apache.solr.client.solrj.request with parameters of type SolrRequest.METHOD | |
---|---|
AbstractUpdateRequest(SolrRequest.METHOD m,
String path)
|
|
QueryRequest(SolrParams q,
SolrRequest.METHOD method)
|
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |