You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Commit Tag Bot (JIRA)" <ji...@apache.org> on 2013/03/22 17:15:20 UTC

[jira] [Commented] (SOLR-4093) localParams syntax for standard query parser

    [ https://issues.apache.org/jira/browse/SOLR-4093?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13610506#comment-13610506 ] 

Commit Tag Bot commented on SOLR-4093:
--------------------------------------

[branch_4x commit] Yonik Seeley
http://svn.apache.org/viewvc?view=revision&revision=1413047

SOLR-4093: solr specific parser + localParams syntax

                
> 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
>             Fix For: 4.1
>
>         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: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org