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 classSolrQueryThis 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 ModifiableSolrParamsHttpSolrClient.Builder. invariantParamsDeprecated.protected ModifiableSolrParamsHttpSolrClient. invariantParamsDeprecated.Default value: null / empty.Methods in org.apache.solr.client.solrj.impl that return ModifiableSolrParams Modifier and Type Method Description protected ModifiableSolrParamsHttpSolrClient. calculateQueryParams(Set<String> queryParamNames, ModifiableSolrParams wparams)Deprecated.ModifiableSolrParamsHttpSolrClient. getInvariantParams()Deprecated.Retrieve the default list of parameters are added to every request regardless.Methods in org.apache.solr.client.solrj.impl with parameters of type ModifiableSolrParams Modifier and Type Method Description protected ModifiableSolrParamsHttpSolrClient. calculateQueryParams(Set<String> queryParamNames, ModifiableSolrParams wparams)Deprecated.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.BuilderHttpSolrClient.Builder. withInvariantParams(ModifiableSolrParams params)Deprecated.Adds to the set of params that the createdHttpSolrClientwill 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 ModifiableSolrParamsAbstractUpdateRequest. paramsMethods in org.apache.solr.client.solrj.request that return ModifiableSolrParams Modifier and Type Method Description ModifiableSolrParamsAbstractUpdateRequest. getParams()ModifiableSolrParamsDocumentAnalysisRequest. getParams()ModifiableSolrParamsSolrPing. getParams()default ModifiableSolrParamsCollectionAdminRequest.RoutedAliasAdminRequest. mergeCollParams(CollectionAdminRequest.Create createCollTemplate)Methods in org.apache.solr.client.solrj.request with parameters of type ModifiableSolrParams Modifier and Type Method Description protected voidCollectionAdminRequest. addProperties(ModifiableSolrParams params, Properties props)Map<String,LBSolrClient.Req>UpdateRequest. getRoutesToCollection(DocRouter router, DocCollection col, Map<String,List<String>> urlMap, ModifiableSolrParams params, String idField)voidAbstractUpdateRequest. 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 ModifiableSolrParamsModifiableSolrParams. add(String name, String... val)Add the given values to any existing namestatic ModifiableSolrParamsModifiableSolrParams. 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.ModifiableSolrParamsModifiableSolrParams. set(String name, boolean val)ModifiableSolrParamsModifiableSolrParams. set(String name, int val)ModifiableSolrParamsModifiableSolrParams. set(String name, String... val)Replace any existing parameter with the given name.ModifiableSolrParamsModifiableSolrParams. setNonNull(String name, Object val)
-