Package | Description |
---|---|
org.apache.solr |
Commonly reused classes and interfaces (deprecated package, do not add new classes)
|
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.cloud |
Classes for dealing with ZooKeeper when operating in SolrCloud mode.
|
Modifier and Type | Method and Description |
---|---|
protected QueryResponse |
BaseDistributedSearchTestCase.query(boolean setDistribParams,
Object[] q)
Returns the QueryResponse from
BaseDistributedSearchTestCase.queryServer(org.apache.solr.common.params.ModifiableSolrParams) |
protected QueryResponse |
BaseDistributedSearchTestCase.query(boolean setDistribParams,
SolrParams p)
Returns the QueryResponse from
BaseDistributedSearchTestCase.queryServer(org.apache.solr.common.params.ModifiableSolrParams) |
protected QueryResponse |
BaseDistributedSearchTestCase.query(Object... q)
Sets distributed params.
|
protected QueryResponse |
BaseDistributedSearchTestCase.query(SolrParams params)
Sets distributed params.
|
QueryResponse |
BaseDistributedSearchTestCase.queryAndCompare(SolrParams params,
Iterable<SolrClient> clients) |
QueryResponse |
BaseDistributedSearchTestCase.queryAndCompare(SolrParams params,
SolrClient... clients) |
protected QueryResponse |
BaseDistributedSearchTestCase.queryServer(ModifiableSolrParams params) |
Modifier and Type | Method and Description |
---|---|
protected void |
BaseDistributedSearchTestCase.compareResponses(QueryResponse a,
QueryResponse b) |
void |
BaseDistributedSearchTestCase.validateControlData(QueryResponse control)
Implementations can pre-test the control data for basic correctness before using it
as a check for the shard data.
|
Modifier and Type | Method and Description |
---|---|
QueryResponse |
SolrClient.query(SolrParams params)
Performs a query to the Solr server
|
QueryResponse |
SolrClient.query(SolrParams params,
SolrRequest.METHOD method)
Performs a query to the Solr server
|
QueryResponse |
SolrClient.query(String collection,
SolrParams params)
Performs a query to the Solr server
|
QueryResponse |
SolrClient.query(String collection,
SolrParams params,
SolrRequest.METHOD method)
Performs a query to the Solr server
|
QueryResponse |
SolrClient.queryAndStreamResponse(SolrParams params,
StreamingResponseCallback callback)
Query solr, and stream the results.
|
QueryResponse |
SolrClient.queryAndStreamResponse(String collection,
SolrParams params,
StreamingResponseCallback callback)
Query solr, and stream the results.
|
Modifier and Type | Method and Description |
---|---|
protected QueryResponse |
QueryRequest.createResponse(SolrClient client) |
Modifier and Type | Method and Description |
---|---|
QueryResponse |
AbstractFullDistribZkTestBase.queryAndCompareReplicas(SolrParams params,
String shard)
Executes a query against each live and active replica of the specified shard
and aserts that the results are identical.
|
protected QueryResponse |
AbstractFullDistribZkTestBase.queryServer(ModifiableSolrParams params) |
Copyright © 2000–2015 The Apache Software Foundation. All rights reserved.