Allow literal Strings in functions
----------------------------------
Key: SOLR-1569
URL: https://issues.apache.org/jira/browse/SOLR-1569
Project: Solr
Issue Type: Bug
Reporter: Grant Ingersoll
Assignee: Grant Ingersoll
Priority: Minor
Fix For: 1.5
Some functions (for instance, those who take a geohash) may need to pass
literal strings. This patch modifies the FunctionQParser to allow for quoted
strings in functions (either single quote or double quote) to be passed through
as a LiteralValueSource. It also adds the LiteralValueSource.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.