public static class SolrTestCaseHS.Client extends Object
| Modifier and Type | Class and Description | 
|---|---|
| static class  | SolrTestCaseHS.Client.Tester | 
| Modifier and Type | Field and Description | 
|---|---|
| static SolrTestCaseHS.Client | localClient | 
| SolrTestCaseHS.Client.Tester | tester | 
| Constructor and Description | 
|---|
| SolrTestCaseHS.Client(List<org.apache.solr.client.solrj.SolrClient> clients,
                     int seed) | 
| Modifier and Type | Method and Description | 
|---|---|
| Long | add(org.apache.solr.common.SolrInputDocument sdoc,
   org.apache.solr.common.params.ModifiableSolrParams params) | 
| void | commit() | 
| void | deleteByQuery(String query,
             org.apache.solr.common.params.ModifiableSolrParams params) | 
| static int | hash(int x) | 
| boolean | local() | 
| static SolrTestCaseHS.Client | localClient() | 
| org.apache.solr.common.params.ModifiableSolrParams | queryDefaults() | 
| void | testJQ(org.apache.solr.common.params.SolrParams args,
      String... tests) | 
public SolrTestCaseHS.Client.Tester tester
public static SolrTestCaseHS.Client localClient
public SolrTestCaseHS.Client(List<org.apache.solr.client.solrj.SolrClient> clients, int seed)
public static SolrTestCaseHS.Client localClient()
public static int hash(int x)
public org.apache.solr.common.params.ModifiableSolrParams queryDefaults()
public boolean local()
public void testJQ(org.apache.solr.common.params.SolrParams args,
          String... tests)
            throws Exception
Exceptionpublic Long add(org.apache.solr.common.SolrInputDocument sdoc, org.apache.solr.common.params.ModifiableSolrParams params) throws Exception
Exceptionpublic void commit()
            throws IOException,
                   org.apache.solr.client.solrj.SolrServerException
IOExceptionorg.apache.solr.client.solrj.SolrServerExceptionpublic void deleteByQuery(String query, org.apache.solr.common.params.ModifiableSolrParams params) throws IOException, org.apache.solr.client.solrj.SolrServerException
IOExceptionorg.apache.solr.client.solrj.SolrServerExceptionCopyright © 2000-2016 Apache Software Foundation. All Rights Reserved.