|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Deprecated Interfaces | |
---|---|
org.apache.solr.util.ContentStream
Use org.apache.solr.common.util.ContentStream. |
|
org.apache.solr.util.UpdateParams
Use org.apache.solr.common.params.UpdateParams. |
Deprecated Classes | |
---|---|
org.apache.solr.request.AppendedSolrParams
Use org.apache.solr.common.params.AppendedSolrParams |
|
org.apache.solr.util.CommonParams
Use CommonParams instead. |
|
org.apache.solr.util.ContentStreamBase
Use org.apache.solr.common.util.ContentStreamBase |
|
org.apache.solr.request.DefaultSolrParams
Use org.apache.solr.common.params.DefaultSolrParams. |
|
org.apache.solr.update.DirectUpdateHandler
Use DirectUpdateHandler2 instead. This is only kept around for back-compatibility (way back). |
|
org.apache.solr.util.DisMaxParams
Use DisMaxParams instead. |
|
org.apache.solr.handler.DisMaxRequestHandler
use StandardRequestHandler with a "defType=dismax" param |
|
org.apache.solr.request.DisMaxRequestHandler
use org.apache.solr.handler.DisMaxRequestHandler |
|
org.apache.solr.util.DOMUtil
Use org.apache.solr.common.util.DOMUtil. |
|
org.apache.solr.util.HighlightingUtils
use highlit.SolrHighlighter |
|
org.apache.solr.util.IteratorChain
Use org.apache.solr.common.util.IteratorChain |
|
org.apache.solr.schema.LegacyDateField
use DateField |
|
org.apache.solr.analysis.LengthFilter
use LengthFilter |
|
org.apache.solr.request.MapSolrParams
Use org.apache.solr.common.params.MapSolrParams |
|
org.apache.solr.request.MultiMapSolrParams
Use org.apache.solr.common.params.MultiMapSolrParams. |
|
org.apache.solr.util.NamedList
Use org.apache.solr.common.util.NamedList |
|
org.apache.solr.tst.OldRequestHandler
Test against the real request handlers instead. |
|
org.apache.solr.request.RequiredSolrParams
Use org.apache.solr.common.params.RequiredSolrParams. |
|
org.apache.solr.util.SimpleOrderedMap
Use org.apache.solr.common.util.SimpleOrderedMap |
|
org.apache.solr.core.SolrInfoRegistry
Solr now supports multiple cores and no longer uses a static singleton for SolrCore. |
|
org.apache.solr.request.SolrParams
Use org.apache.solr.common.params.SolrParams. |
|
org.apache.solr.servlet.SolrServlet
Register a standard request handler instead of using this servlet. Add <requestHandler name="standard" class="solr.StandardRequestHandler" default="true"> to solrconfig.xml. |
|
org.apache.solr.servlet.SolrUpdateServlet
Register a request handler to /update rather then use this servlet. Add: <requestHandler name="/update" class="solr.XmlUpdateRequestHandler" > to your solrconfig.xml |
|
org.apache.solr.handler.SpellCheckerRequestHandler
Use SpellCheckComponent instead.
See also https://issues.apache.org/jira/browse/SOLR-474 and https://issues.apache.org/jira/browse/SOLR-485 |
|
org.apache.solr.request.StandardRequestHandler
use org.apache.solr.handler.StandardRequestHandler |
|
org.apache.solr.util.StrUtils
Use org.apache.solr.common.util.StrUtils. |
|
org.apache.solr.tst.TestRequestHandler
Test against the real request handlers instead. |
|
org.apache.solr.util.XML
Use org.apache.solr.common.util.XML. |
Deprecated Exceptions | |
---|---|
org.apache.solr.core.SolrException
Use org.apache.solr.common.SolrException |
Deprecated Fields | |
---|---|
org.apache.solr.util.DisMaxParams.bf
- use explicit default with SolrParams.get |
|
org.apache.solr.util.DisMaxParams.bq
- use explicit default with SolrParams.get |
|
org.apache.solr.core.SolrConfig.config
Use SolrCore.getSolrConfig() instead. |
|
org.apache.solr.util.SolrPluginUtils.FL
Use org.apache.solr.common.params.CommonParams.FL. |
|
org.apache.solr.util.DisMaxParams.fq
- use explicit default with SolrParams.get |
|
org.apache.solr.util.DisMaxParams.FQ
use SolrParams.FQ or SolrPluginUtils.parseFilterQueries |
|
org.apache.solr.util.DisMaxParams.mm
- use explicit default with SolrParams.get |
|
org.apache.solr.util.DisMaxParams.pf
- use explicit default with SolrParams.get |
|
org.apache.solr.util.DisMaxParams.pslop
- use explicit default with SolrParams.getInt |
|
org.apache.solr.util.DisMaxParams.qf
- use explicit default with SolrParams.get |
|
org.apache.solr.request.SolrQueryRequestBase.QUERY_NAME
Use org.apache.solr.common.params.CommonParams |
|
org.apache.solr.request.SolrQueryRequestBase.QUERYTYPE_NAME
Use org.apache.solr.common.params.CommonParams |
|
org.apache.solr.request.SolrQueryRequestBase.ROWS_NAME
Use org.apache.solr.common.params.CommonParams |
|
org.apache.solr.request.SolrQueryRequestBase.START_NAME
Use org.apache.solr.common.params.CommonParams |
|
org.apache.solr.util.DisMaxParams.tiebreaker
- use explicit default with SolrParams.getFloat |
|
org.apache.solr.request.SolrQueryRequestBase.XSL_NAME
Use org.apache.solr.common.params.CommonParams |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |