Yonik Seeley created LUCENE-4271:
------------------------------------
Summary: Solr LocalParams for Lucene Query Parser
Key: LUCENE-4271
URL: https://issues.apache.org/jira/browse/LUCENE-4271
Project: Lucene - Core
Issue Type: New Feature
Reporter: Yonik Seeley
The Lucene QueryParser should implement Solr's LocalParams syntax directly so
that instead of
{code}
_query_:"{!geodist d=10 p=20.5,30.2}"
{code}
one could directly use
{code}
{!geodist d=10 p=20.5,30.2}
{code}
references: http://wiki.apache.org/solr/LocalParams
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]