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/12/16 06:54:37 UTC

[Solr Wiki] Update of "SolrPlugins" by chrismattmann

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 chrismattmann.
The comment on this change is: update per poleary .
http://wiki.apache.org/solr/SolrPlugins?action=diff&rev1=37&rev2=38

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

  {{{
  <valueSourceParser name="myfunc" class="com.mycompany.MyValueSourceParser" />
  }}}
- The class must implement [[http://lucene.apache.org/solr/api/org/apache/solr/search/ValueSourceParser.html|org.apache.solr.search.ValueSourceParser]]
+ The class must extend the abstract base class [[http://lucene.apache.org/solr/api/org/apache/solr/search/ValueSourceParser.html|org.apache.solr.search.ValueSourceParser]]
  
  === Highlighting ===
  /!\ :TODO: /!\ NEED DOCS