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 <dmitry.tikhonovn@...>
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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to