[
https://issues.apache.org/jira/browse/LUCENE-4271?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13499475#comment-13499475
]
Yonik Seeley commented on LUCENE-4271:
--------------------------------------
bq. It seems like Solr's QP should have this logic instead ...
Indeed - but it requires changes to the parser grammar, so subclassing doesn't
cut it.
I suppose the next best thing would be to make a QP specific to Solr.
> 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
> Attachments: LUCENE-4271.patch
>
>
> 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
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]