Dear Wiki user, You have subscribed to a wiki page or wiki category on "Solr Wiki" for change notification.
The following page has been changed by ryan: http://wiki.apache.org/solr/Solr1%2e3 The comment on the change is: no longer true ------------------------------------------------------------------------------ * ''org.apache.solr.request.StandardRequestHandler'' moved to ''org.apache.solr.handler.StandardRequestHandler'' * ''org.apache.solr.request.DisMaxRequestHandler'' moved to ''org.apache.solr.handler.DisMaxRequestHandler'' - /!\ NOTE - the following is preliminary documentation for the not yet added SOLR-414 - - The ''init()'' method for RequestHandler, TokenFilterFactory, and TokenizerFactory is now deprecated, a replacement will be added in a future solr version. The change will be: - {{{ - TokenFilterFactory/TokenizerFactory .init( Map<String,String> args ) - RequestHandler.init(NamedList args) - }}} - to - {{{ - TokenFilterFactory/TokenizerFactory .init( SolrConfig config, Map<String,String> args ) - RequestHandler.init(SolrCore core, NamedList args) - }}} - - Until this change is made, these plugins can use [http://svn.apache.org/repos/asf/lucene/solr/trunk/src/java/org/apache/solr/util/plugin/DeprecatedPluginUtils.java DeprecatedPluginUtils.java] to access the current SolrConfig/SolrCore during initialization. - == Pre-release TODO ==
