[ https://issues.apache.org/jira/browse/SOLR-2128?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Yonik Seeley updated SOLR-2128: ------------------------------- Attachment: SOLR-2128.patch Here's the patch that implements this feature via nested queries. As an example, you can now do stuff like this: http://localhost:8983/solr/select?defType=func&fl=id,score&q=add($v1,$v2)&v1=mul(2,3)&v2=10 > full parameter dereferencing for function queries > ------------------------------------------------- > > Key: SOLR-2128 > URL: https://issues.apache.org/jira/browse/SOLR-2128 > Project: Solr > Issue Type: New Feature > Reporter: Yonik Seeley > Assignee: Yonik Seeley > Fix For: 4.0 > > Attachments: SOLR-2128.patch > > > We should be able to specify function parameters as $foo (where foo is > another request parameter). > Ideally the parameter could itself be a full function. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apache.org