Uses of Class
org.apache.solr.common.params.ModifiableSolrParams
Packages that use ModifiableSolrParams
Package
Description
Implementations of some client API classes, and their friends.
Convenience classes for dealing with various types of Solr requests.
Common Solr Cloud and ZooKeeper related classes reused on both clients & server.
Parameter constants and enumerations.
-
Uses of ModifiableSolrParams in org.apache.solr.client.solrj.impl
Methods in org.apache.solr.client.solrj.impl that return ModifiableSolrParamsModifier and TypeMethodDescriptionprotected ModifiableSolrParamsHttpSolrClientBase.calculateQueryParams(Set<String> queryParamNames, ModifiableSolrParams wparams) protected ModifiableSolrParamsHttpSolrClientBase.initializeSolrParams(SolrRequest<?> solrRequest, ResponseParser parserToUse) Methods in org.apache.solr.client.solrj.impl with parameters of type ModifiableSolrParamsModifier and TypeMethodDescriptionprotected ModifiableSolrParamsHttpSolrClientBase.calculateQueryParams(Set<String> queryParamNames, ModifiableSolrParams wparams) protected Map<String, ? extends LBSolrClient.Req> CloudSolrClient.createRoutes(UpdateRequest updateRequest, ModifiableSolrParams routableParams, DocCollection col, DocRouter router, Map<String, List<String>> urlMap, String routeField) -
Uses of ModifiableSolrParams in org.apache.solr.client.solrj.request
Subclasses of ModifiableSolrParams in org.apache.solr.client.solrj.requestModifier and TypeClassDescriptionclassThis is an augmented SolrParams with get/set/add fields for common fields used in the Standard and Dismax request handlersFields in org.apache.solr.client.solrj.request declared as ModifiableSolrParamsMethods in org.apache.solr.client.solrj.request that return ModifiableSolrParamsModifier and TypeMethodDescriptionAbstractUpdateRequest.getParams()SolrPing.getParams()default ModifiableSolrParamsCollectionAdminRequest.RoutedAliasAdminRequest.mergeCollParams(CollectionAdminRequest.Create createCollTemplate) Methods in org.apache.solr.client.solrj.request with parameters of type ModifiableSolrParamsModifier and TypeMethodDescriptionprotected voidCollectionAdminRequest.addProperties(ModifiableSolrParams params, Properties props) 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.cloud
Methods in org.apache.solr.common.cloud with parameters of type ModifiableSolrParamsModifier and TypeMethodDescriptionvoidReplicaCount.writeProps(ModifiableSolrParams params) Add properties for replica counts as integers to Solr parameters. -
Uses of ModifiableSolrParams in org.apache.solr.common.params
Methods in org.apache.solr.common.params that return ModifiableSolrParamsModifier and TypeMethodDescriptionAdd the given values to any existing namestatic ModifiableSolrParamsModifiableSolrParams.of(SolrParams params) If the input params are of type ModifiableSolrParams, returns the input, otherwise, constructs a new ModifiableSolrParams, copying values from the given params.Replace any existing parameter with the given name.ModifiableSolrParams.setNonNull(String name, Object val)