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 ===
