Interface and Description |
---|
org.apache.solr.common.cloud.ClosableThread
because this class is no longer used internally and will be removed
|
Class and Description |
---|
org.apache.solr.client.solrj.impl.CloudSolrServer
Use
CloudSolrClient |
org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrServer |
org.apache.solr.client.solrj.impl.HttpSolrServer
Use
HttpSolrClient |
org.apache.solr.common.util.IteratorChain
This class is no longer used by Solr, and may be removed in future versions
|
org.apache.solr.client.solrj.impl.LBHttpSolrServer
Use
LBHttpSolrClient |
org.apache.solr.client.solrj.SolrServer
Use
SolrClient |
Method and Description |
---|
org.apache.solr.client.solrj.request.CollectionAdminRequest.CreateAlias.setCollectionName(String) |
org.apache.solr.client.solrj.impl.HttpSolrClient.setMaxRetries(int)
retries should be implemented in client code, and should be considered carefully per-request
|
org.apache.solr.client.solrj.SolrClient.shutdown()
Use close() instead.
|
org.apache.solr.client.solrj.impl.LBHttpSolrClient.shutdown() |
org.apache.solr.client.solrj.impl.HttpSolrClient.shutdown() |
org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrClient.shutdown() |
org.apache.solr.client.solrj.impl.CloudSolrClient.shutdown() |
Constructor and Description |
---|
org.apache.solr.common.util.NamedList(List
Use
NamedList.NamedList(java.util.Map.Entry[]) for the NamedList instantiation |
org.apache.solr.client.solrj.response.PivotField(String, Object, int, List Use
PivotField.PivotField(String,Object,int,List,Map) with a null statsInfo |
org.apache.solr.common.util.SimpleOrderedMap(List |
Copyright © 2000-2015 Apache Software Foundation. All Rights Reserved.