[
https://issues.apache.org/jira/browse/LUCENE-4271?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13425655#comment-13425655
]
Yonik Seeley commented on LUCENE-4271:
--------------------------------------
bq. Is the intention to mandate the !var syntax too?
Yes, that's what this issue is about.
A lot of Solr users try to use the {!foo=bar} syntax directly in the lucene
query syntax without realizing there is not direct support today (i.e. there is
only the indirect \_query\_ hack to get it to work)
> 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]