|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Deprecated Interfaces | |
---|---|
org.apache.solr.request.BinaryQueryResponseWriter
use org.apache.solr.response.BinaryQueryResponseWriter |
|
org.apache.solr.util.ContentStream
Use org.apache.solr.common.util.ContentStream. |
|
org.apache.solr.request.QueryResponseWriter
use org.apache.solr.response.QueryResponseWriter |
|
org.apache.solr.util.UpdateParams
Use org.apache.solr.common.params.UpdateParams. |
Deprecated Classes | |
---|---|
org.apache.solr.handler.AnalysisRequestHandler
Use DocumentAnalysisRequestHandler instead. |
|
org.apache.solr.request.AppendedSolrParams
Use org.apache.solr.common.params.AppendedSolrParams |
|
org.apache.solr.analysis.ArabicLetterTokenizerFactory
(3.1) Use StandardTokenizerFactory instead. |
|
org.apache.solr.response.BaseResponseWriter
use TextResponseWriter or BinaryResponseWriter see SOLR-2485 |
|
org.apache.solr.request.BinaryResponseWriter
use org.apache.solr.response.BinaryResponseWriter |
|
org.apache.solr.util.BitSetIterator
Use OpenBitSetIterator instead. |
|
org.apache.solr.analysis.BufferedTokenStream
This class does not support custom attributes. Extend TokenFilter instead, using AttributeSource.captureState() and AttributeSource.restoreState(State)
which support all attributes. |
|
org.apache.solr.analysis.ChineseFilterFactory
Use StopFilterFactory instead. |
|
org.apache.solr.analysis.ChineseTokenizerFactory
Use StandardTokenizerFactory instead. |
|
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.analysis.DutchStemFilterFactory
Use SnowballPorterFilterFactory with "Dutch" instead,
which has the same functionality. |
|
org.apache.solr.analysis.EnglishPorterFilterFactory
Use SnowballPorterFilterFactory with language="English" instead |
|
org.apache.solr.analysis.FrenchStemFilterFactory
Use SnowballPorterFilterFactory with "French" instead,
which has the same functionality. |
|
org.apache.solr.response.GenericTextResponseWriter
use TextResponseWriter see SOLR-2485 |
|
org.apache.solr.util.HighlightingUtils
use DefaultSolrHighlighter |
|
org.apache.solr.analysis.ISOLatin1AccentFilterFactory
Use ASCIIFoldingFilterFactory instead.
$Id: ISOLatin1AccentFilterFactory.java 1065312 2011-01-30 16:08:25Z rmuir $ |
|
org.apache.solr.util.IteratorChain
Use org.apache.solr.common.util.IteratorChain |
|
org.apache.solr.request.JSONResponseWriter
use org.apache.solr.response.JSONResponseWriter |
|
org.apache.solr.schema.LegacyDateField
use DateField |
|
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.PHPResponseWriter
use org.apache.solr.response.PHPResponseWriter |
|
org.apache.solr.request.PHPSerializedResponseWriter
use org.apache.solr.response.PHPSerializedResponseWriter |
|
org.apache.solr.request.PythonResponseWriter
use org.apache.solr.response.PythonResponseWriter |
|
org.apache.solr.request.RawResponseWriter
use org.apache.solr.response.RawResponseWriter |
|
org.apache.solr.request.RequiredSolrParams
Use org.apache.solr.common.params.RequiredSolrParams. |
|
org.apache.solr.request.RubyResponseWriter
use org.apache.solr.response.RubyResponseWriter |
|
org.apache.solr.analysis.RussianLetterTokenizerFactory
Use StandardTokenizerFactory instead.
This tokenizer has no Russian-specific functionality. |
|
org.apache.solr.analysis.RussianLowerCaseFilterFactory
Use LowerCaseFilterFactory instead which has the
same functionality. |
|
org.apache.solr.analysis.RussianStemFilterFactory
Use SnowballPorterFilterFactory with "Russian" instead,
which has the same functionality. |
|
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.request.SolrQueryResponse
use org.apache.solr.response.SolrQueryResponse |
|
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.request.TextResponseWriter
use org.apache.solr.response.TextResponseWriter |
|
org.apache.solr.util.XML
Use org.apache.solr.common.util.XML. |
|
org.apache.solr.request.XMLResponseWriter
use org.apache.solr.response.XMLResponseWriter |
|
org.apache.solr.request.XSLTResponseWriter
use org.apache.solr.response.XSLTResponseWriter |
Deprecated Exceptions | |
---|---|
org.apache.solr.core.SolrException
Use org.apache.solr.common.SolrException |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |