You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Yonik Seeley (JIRA)" <ji...@apache.org> on 2016/11/04 16:17:58 UTC

[jira] [Updated] (SOLR-9682) Ability to specify a query with a parameter name

     [ https://issues.apache.org/jira/browse/SOLR-9682?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Yonik Seeley updated SOLR-9682:
-------------------------------
    Attachment: SOLR-9682.patch

Here's a patch that adds the ability to use "param" in a filter list in faceting, per the example above.

It is not implemented for non-faceting (the top-level filter parameter) since that currently works in a back-compat manner through "fq" parameters.  I'll probably separate that out to it's own issue.

> Ability to specify a query with a parameter name
> ------------------------------------------------
>
>                 Key: SOLR-9682
>                 URL: https://issues.apache.org/jira/browse/SOLR-9682
>             Project: Solr
>          Issue Type: Improvement
>      Security Level: Public(Default Security Level. Issues are Public) 
>          Components: Facet Module, JSON Request API
>            Reporter: Yonik Seeley
>         Attachments: SOLR-9682.patch
>
>
> Currently, "filter" only supports query strings (examples at http://yonik.com/solr-json-request-api/ )
> It would be nice to be able to reference a param that would be parsed as a lucene/solr query.  Multi-valued parameters should be supported.
> We should keep in mind (and leave room for) a future "JSON Query Syntax" and chose labels appropriately.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org