[ https://issues.apache.org/jira/browse/SOLR-356?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Doug Daniels updated SOLR-356: ------------------------------ Attachment: pluggableFunctions.patch Added a sample ValueSourceParser plugin and some tests for it in TestFunctionQuery. The sample plugin is for an "nvl" function that replaces a null value in a doc with a parameter float value. It works much like the oracle SQL function of the same name. It also takes in an initialization parameter to test that functionality out. I also made TestFunctionQuery use a new copy of solrconfig.xml (in solrconfig-functionquery.xml) to avoid polluting the standard one with plugins. > pluggable functions (value sources) > ----------------------------------- > > Key: SOLR-356 > URL: https://issues.apache.org/jira/browse/SOLR-356 > Project: Solr > Issue Type: New Feature > Reporter: Yonik Seeley > Attachments: pluggableFunctions.patch, pluggableFunctions.patch, > pluggableFunctions.patch > > > allow configuration of new value sources ot be created by the function query > parser. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.