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 2010/06/10 22:09:59 UTC

[Solr Wiki] Trivial Update of "SolrPlugins" by JesseBouwman

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Solr Wiki" for change notification.

The "SolrPlugins" page has been changed by JesseBouwman.
The comment on this change is: Update link to ResourceLoader src.
http://wiki.apache.org/solr/SolrPlugins?action=diff&rev1=39&rev2=40

--------------------------------------------------

  
  
  == ResourceLoaderAware ==
- Classes that need to know about the [[http://svn.apache.org/repos/asf/lucene/dev/trunk/solr/src/java/org/apache/solr/common/ResourceLoader.java|ResourceLoader]] can implement [[http://svn.apache.org/repos/asf/lucene/dev/trunk/solr/src/java/org/apache/solr/util/plugin/ResourceLoaderAware.java|ResourceLoaderAware]].  Valid !ResourceLoaderAware include:
+ Classes that need to know about the [[http://svn.apache.org/repos/asf/lucene/dev/trunk/solr/src/common/org/apache/solr/common/ResourceLoader.java|ResourceLoader]] can implement [[http://svn.apache.org/repos/asf/lucene/dev/trunk/solr/src/java/org/apache/solr/util/plugin/ResourceLoaderAware.java|ResourceLoaderAware]].  Valid !ResourceLoaderAware include:
  
   * !TokenFilterFactory
   * !TokenizerFactory