| Package | Description | 
|---|---|
| org.apache.solr.client.solrj | Primary APIs for communicating with a Solr Server from a Java client. | 
| org.apache.solr.client.solrj.impl | Concrete implementations of client API classes. | 
| org.apache.solr.client.solrj.request | Convenience classes for dealing with various types of Solr requests. | 
| org.apache.solr.common.cloud.rule | Classes for managing Replica placement strategy when operating in SolrCloud mode. | 
| org.apache.solr.common.params | Parameter constants and enumerations. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | SolrQueryThis is an augmented SolrParams with get/set/add fields for common fields used
 in the Standard and Dismax request handlers | 
| Modifier and Type | Field and Description | 
|---|---|
| protected ModifiableSolrParams | HttpSolrClient. invariantParamsDefault value: null / empty. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected ModifiableSolrParams | HttpSolrClient. calculateQueryParams(Set<String> queryParamNames,
                    ModifiableSolrParams wparams) | 
| ModifiableSolrParams | HttpSolrClient. getInvariantParams()Retrieve the default list of parameters are added to every request
 regardless. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected ModifiableSolrParams | HttpSolrClient. calculateQueryParams(Set<String> queryParamNames,
                    ModifiableSolrParams wparams) | 
| HttpSolrClient.Builder | HttpSolrClient.Builder. withInvariantParams(ModifiableSolrParams params) | 
| Constructor and Description | 
|---|
| DelegationTokenHttpSolrClient(String baseURL,
                             org.apache.http.client.HttpClient client,
                             ResponseParser parser,
                             boolean allowCompression,
                             ModifiableSolrParams invariantParams)This constructor is defined at "protected" scope. | 
| HttpSolrClient(String baseURL,
              org.apache.http.client.HttpClient client,
              ResponseParser parser,
              boolean allowCompression,
              ModifiableSolrParams invariantParams)The consturctor. | 
| Modifier and Type | Field and Description | 
|---|---|
| protected ModifiableSolrParams | AbstractUpdateRequest. params | 
| Modifier and Type | Method and Description | 
|---|---|
| ModifiableSolrParams | SolrPing. getParams() | 
| ModifiableSolrParams | DocumentAnalysisRequest. getParams() | 
| ModifiableSolrParams | AbstractUpdateRequest. getParams() | 
| Modifier and Type | Method and Description | 
|---|---|
| protected void | CollectionAdminRequest. addProperties(ModifiableSolrParams params,
             Properties props) | 
| Map<String,LBHttpSolrClient.Req> | UpdateRequest. getRoutes(DocRouter router,
         DocCollection col,
         Map<String,List<String>> urlMap,
         ModifiableSolrParams params,
         String idField) | 
| void | AbstractUpdateRequest. setParams(ModifiableSolrParams params)Sets the parameters for this update request, overwriting any previous | 
| Modifier and Type | Method and Description | 
|---|---|
| abstract void | SnitchContext. invokeRemote(String node,
            ModifiableSolrParams params,
            String klas,
            RemoteCallback callback)make a call to solrnode/admin/cores with the given params and give a callback. | 
| Modifier and Type | Method and Description | 
|---|---|
| ModifiableSolrParams | ModifiableSolrParams. add(String name,
   String... val)Add the given values to any existing name | 
| ModifiableSolrParams | ModifiableSolrParams. set(String name,
   boolean val) | 
| ModifiableSolrParams | ModifiableSolrParams. set(String name,
   int val) | 
| ModifiableSolrParams | ModifiableSolrParams. set(String name,
   String... val)Replace any existing parameter with the given name. | 
Copyright © 2000-2017 Apache Software Foundation. All Rights Reserved.