GitHub user squallsama opened a pull request:
https://github.com/apache/lucene-solr/pull/371
SOLR-9685 tag a query in JSON syntax
Support following structure: {"#RCOLOR": { "term": { "f": "color","v": "blue"}}}
RCOLOR will be tag name
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/371.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 #371
----
commit 732f11de1a4e8e10bbae8363f9cf511d65c91374
Author: Dmitry Tikhonov <dmitry.tikhonovn@...>
Date: 2018-03-29T17:54:47Z
SOLR-9685 tag a query in JSON syntax
Support following structure: {"#RCOLOR": { "term": { "f": "color","v": "blue"}}}
RCOLOR will be tag name
----
---
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org
|