[
https://issues.apache.org/jira/browse/SOLR-4093?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13500016#comment-13500016
]
David Smiley edited comment on SOLR-4093 at 11/19/12 4:52 AM:
--------------------------------------------------------------
Nice! It'll be good to see the old \_query\_ hack gone.
Curious; how did you come up with the JavaCC parser? Did you copy and modify
it from Lucene's?
was (Author: dsmiley):
Nice! It'll be good to see the old _query_ hack gone.
Curious; how did you come up with the JavaCC parser? Did you copy and modify
it from Lucene's?
> localParams syntax for standard query parser
> --------------------------------------------
>
> Key: SOLR-4093
> URL: https://issues.apache.org/jira/browse/SOLR-4093
> Project: Solr
> Issue Type: New Feature
> Reporter: Yonik Seeley
> Attachments: SOLR-4093.patch
>
>
> 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
> First raised as LUCENE-4271, but moved to this Solr issue due to concerns
> about Solr specific features in Lucene.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
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]