Uses of Class
org.apache.solr.common.params.ModifiableSolrParams
-
Packages that use ModifiableSolrParams 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. -
-
Uses of ModifiableSolrParams in org.apache.solr.client.solrj
Subclasses of ModifiableSolrParams in org.apache.solr.client.solrj Modifier and Type Class Description class
SolrQuery
This is an augmented SolrParams with get/set/add fields for common fields used in the Standard and Dismax request handlers -
Uses of ModifiableSolrParams in org.apache.solr.client.solrj.impl
Fields in org.apache.solr.client.solrj.impl declared as ModifiableSolrParams Modifier and Type Field Description protected ModifiableSolrParams
HttpSolrClient.Builder. invariantParams
Deprecated.protected ModifiableSolrParams
HttpSolrClient. invariantParams
Deprecated.Default value: null / empty.Methods in org.apache.solr.client.solrj.impl that return ModifiableSolrParams Modifier and Type Method Description protected ModifiableSolrParams
HttpSolrClient. calculateQueryParams(Set<String> queryParamNames, ModifiableSolrParams wparams)
Deprecated.protected ModifiableSolrParams
HttpSolrClientBase. calculateQueryParams(Set<String> queryParamNames, ModifiableSolrParams wparams)
ModifiableSolrParams
HttpSolrClient. getInvariantParams()
Deprecated.Retrieve the default list of parameters are added to every request regardless.protected ModifiableSolrParams
HttpSolrClientBase. initalizeSolrParams(SolrRequest<?> solrRequest, ResponseParser parserToUse)
Methods in org.apache.solr.client.solrj.impl with parameters of type ModifiableSolrParams Modifier and Type Method Description protected ModifiableSolrParams
HttpSolrClient. calculateQueryParams(Set<String> queryParamNames, ModifiableSolrParams wparams)
Deprecated.protected ModifiableSolrParams
HttpSolrClientBase. calculateQueryParams(Set<String> queryParamNames, ModifiableSolrParams wparams)
protected Map<String,LBSolrClient.Req>
CloudLegacySolrClient. createRoutes(UpdateRequest updateRequest, ModifiableSolrParams routableParams, DocCollection col, DocRouter router, Map<String,List<String>> urlMap, String idField)
Deprecated.protected Map<String,? extends LBSolrClient.Req>
CloudSolrClient. createRoutes(UpdateRequest updateRequest, ModifiableSolrParams routableParams, DocCollection col, DocRouter router, Map<String,List<String>> urlMap, String routeField)
HttpSolrClient.Builder
HttpSolrClient.Builder. withInvariantParams(ModifiableSolrParams params)
Deprecated.Adds to the set of params that the createdHttpSolrClient
will add on all requestsConstructors in org.apache.solr.client.solrj.impl with parameters of type ModifiableSolrParams Constructor Description OutStream(String origCollection, ModifiableSolrParams origParams, org.eclipse.jetty.client.util.OutputStreamRequestContent content, org.eclipse.jetty.client.util.InputStreamResponseListener responseListener, boolean isXml)
-
Uses of ModifiableSolrParams in org.apache.solr.client.solrj.request
Fields in org.apache.solr.client.solrj.request declared as ModifiableSolrParams Modifier and Type Field Description protected ModifiableSolrParams
AbstractUpdateRequest. params
Methods in org.apache.solr.client.solrj.request that return ModifiableSolrParams Modifier and Type Method Description ModifiableSolrParams
AbstractUpdateRequest. getParams()
ModifiableSolrParams
DocumentAnalysisRequest. getParams()
ModifiableSolrParams
SolrPing. getParams()
default ModifiableSolrParams
CollectionAdminRequest.RoutedAliasAdminRequest. mergeCollParams(CollectionAdminRequest.Create createCollTemplate)
Methods in org.apache.solr.client.solrj.request with parameters of type ModifiableSolrParams Modifier and Type Method Description protected void
CollectionAdminRequest. addProperties(ModifiableSolrParams params, Properties props)
Map<String,LBSolrClient.Req>
UpdateRequest. getRoutesToCollection(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 -
Uses of ModifiableSolrParams in org.apache.solr.common.params
Methods in org.apache.solr.common.params that return ModifiableSolrParams Modifier and Type Method Description ModifiableSolrParams
ModifiableSolrParams. add(String name, String... val)
Add the given values to any existing namestatic ModifiableSolrParams
ModifiableSolrParams. of(SolrParams params)
If the input params are of type MofifiableSolrParams, returns the input, otherwise, constructs a new ModifiableSolrParams, copying values from the given params.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.ModifiableSolrParams
ModifiableSolrParams. setNonNull(String name, Object val)
-