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/02/27 12:15:23 UTC

[Solr Wiki] Update of "SolrPlugins" by NoblePaul

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

------------------------------------------------------------------------------
  
  
  ==== ValueSourceParser ====
+ Use this to plugin your own custom functions see FunctionQuery.
  
- /!\ :TODO: /!\ NEED DOCS
+ register in solrconfig.xml directly under the <config> tag
+ {{{
+ <valueSourceParser name="myfunc" class="com.mycompany.MyValueSourceParser" />
+ }}}
+ 
+ The class must implement `org.apache.solr.search.ValueSourceParser` 
+ 
  
  === Highlighting ===