| 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.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) | 
| Modifier and Type | Field and Description | 
|---|---|
| protected ModifiableSolrParams | AbstractUpdateRequest. params | 
| Modifier and Type | Method and Description | 
|---|---|
| ModifiableSolrParams | DocumentAnalysisRequest. getParams() | 
| ModifiableSolrParams | AbstractUpdateRequest. getParams() | 
| ModifiableSolrParams | SolrPing. 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 | 
|---|---|
| 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-2016 Apache Software Foundation. All Rights Reserved.