Package | Description |
---|---|
org.apache.solr |
Common base classes for implementing tests.
|
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 |
Base classes and utilities for creating and testing Solr Cloud clusters.
|
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<SolrServer> servers) |
QueryResponse |
BaseDistributedSearchTestCase.queryAndCompare(SolrParams params,
SolrServer... servers) |
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 |
SolrServer.query(SolrParams params)
Performs a query to the Solr server
|
QueryResponse |
SolrServer.query(SolrParams params,
SolrRequest.METHOD method)
Performs a query to the Solr server
|
QueryResponse |
SolrServer.queryAndStreamResponse(SolrParams params,
StreamingResponseCallback callback)
Query solr, and stream the results.
|
Modifier and Type | Method and Description |
---|---|
QueryResponse |
QueryRequest.process(SolrServer server) |
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.