Class and Description |
---|
org.apache.solr.client.solrj.impl.LBHttpSolrClient.Req
use
LBSolrClient.Req instead |
org.apache.solr.client.solrj.impl.LBHttpSolrClient.Rsp
use
LBSolrClient.Rsp instead |
Field and Description |
---|
org.apache.solr.common.params.AutoScalingParams.ACTION_THROTTLE_PERIOD_SECONDS |
org.apache.solr.common.cloud.ZkStateReader.COLLECTION_DEF
use
CollectionAdminParams.DEFAULTS instead. |
org.apache.solr.common.params.FacetParams.FACET_DISTRIB_MCO
This option is no longer used nor will if affect any queries as the fix has been built in. (SOLR-11711)
This will be removed entirely in 8.0.0
|
org.apache.solr.common.params.CollectionParams.FROM_NODE
use
CollectionParams.SOURCE_NODE instead |
org.apache.solr.client.solrj.request.UpdateRequest.MIN_REPFACT
Solr now always includes in the response the
UpdateRequest.REPFACT , this parameter
doesn't need to be explicitly set |
org.apache.solr.common.params.CommonParams.PREFER_LOCAL_SHARDS
Use
ShardParams.SHARDS_PREFERENCE |
Copyright © 2000-2019 Apache Software Foundation. All Rights Reserved.