You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by squallsama <gi...@git.apache.org> on 2018/03/29 18:00:49 UTC

[GitHub] lucene-solr pull request #347: SOLR-9685 tag a query in JSON syntax

GitHub user squallsama opened a pull request:

    https://github.com/apache/lucene-solr/pull/347

    SOLR-9685 tag a query in JSON syntax

    Add support of tagging queries in JSON QUERY DSL
    
    Support following structure: {"tagged": {"name": "RCOLOR","query": { "term": { "f": "color","v": "blue"}}}}
    
    This can be used in json.facet="{colors: { ype:terms, field:color, domain:{ excludeTags: RCOLOR} } }"

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/squallsama/lucene-solr 7_3_SOLR-9685

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/lucene-solr/pull/347.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #347
    
----
commit 82b8f28e36a3c09991f8eb96216c78178c63cbf5
Author: Dmitry Tikhonov <dm...@...>
Date:   2018-03-29T17:54:47Z

    SOLR-9685 tag a query in JSON syntax
    
    Support following structure: {"tagged": {"name": "RCOLOR","query": { "term": { "f": "color","v": "blue"}}}}

----


---

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


[GitHub] lucene-solr pull request #347: SOLR-9685 tag a query in JSON syntax

Posted by squallsama <gi...@git.apache.org>.
Github user squallsama closed the pull request at:

    https://github.com/apache/lucene-solr/pull/347


---

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