You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-commits@lucene.apache.org by Apache Wiki <wi...@apache.org> on 2009/03/20 06:08:49 UTC

[Solr Wiki] Update of "SolrPlugins" by DonaldMahaya

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 DonaldMahaya:
http://wiki.apache.org/solr/SolrPlugins

------------------------------------------------------------------------------
  
  <!> ["Solr1.3"]
  
- Plugins are initializes either with [http://svn.apache.org/repos/asf/lucene/solr/trunk/src/java/org/apache/solr/util/plugin/MapInitializedPlugin.java init( Map<String,String> args )] or [http://svn.apache.org/repos/asf/lucene/solr/trunk/src/java/org/apache/solr/util/plugin/NamedListInitializedPlugin.java init( NamedList args )].
+ Plugins are initialized either with [http://svn.apache.org/repos/asf/lucene/solr/trunk/src/java/org/apache/solr/util/plugin/MapInitializedPlugin.java init( Map<String,String> args )] or [http://svn.apache.org/repos/asf/lucene/solr/trunk/src/java/org/apache/solr/util/plugin/NamedListInitializedPlugin.java init( NamedList args )].
  
  == ResourceLoaderAware ==
  Classes that need to know about the [http://svn.apache.org/repos/asf/lucene/solr/trunk/src/java/org/apache/solr/common/ResourceLoader.java ResourceLoader] can implement [http://svn.apache.org/repos/asf/lucene/solr/trunk/src/java/org/apache/solr/util/plugin/ResourceLoaderAware.java ResourceLoaderAware].  Valid !ResourceLoaderAware include: