|
Deprecated Constructors |
org.apache.solr.common.params.AppendedSolrParams(SolrParams, SolrParams)
(3.6) Use SolrParams.wrapAppended(SolrParams, SolrParams) instead. |
org.apache.solr.common.params.DefaultSolrParams(SolrParams, SolrParams)
(3.6) Use SolrParams.wrapDefaults(SolrParams, SolrParams) instead. |
org.apache.solr.common.util.NamedList(List)
Use NamedList.NamedList(java.util.Map.Entry[]) for the NamedList instantiation |
org.apache.solr.common.util.SimpleOrderedMap(List)
|
org.apache.solr.common.SolrException(int, String)
Use SolrException.SolrException(ErrorCode,String). |
org.apache.solr.common.SolrException(int, String, boolean)
Use SolrException.SolrException(ErrorCode,String,boolean). |
org.apache.solr.common.SolrException(int, String, Throwable)
Use SolrException.SolrException(ErrorCode,String,Throwable). |
org.apache.solr.common.SolrException(int, String, Throwable, boolean)
Use SolrException.SolrException(ErrorCode,String,Throwable,boolean). |
org.apache.solr.common.SolrException(int, Throwable)
Use SolrException.SolrException(ErrorCode,Throwable). |
org.apache.solr.common.SolrException(SolrException.ErrorCode, String, boolean)
Logging should now occur from the top-most level, making this unnecessary in 4.x.
use SolrException.SolrException(ErrorCode, String) |
org.apache.solr.common.SolrException(SolrException.ErrorCode, String, Throwable, boolean)
Logging should now occur from the top-most level, making this unnecessary in 4.x
use SolrException.SolrException(ErrorCode, String, Throwable) |