Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
What we can do with plain params:
q={!parent which=$prnts}...&prnts=type:parent
obviously I want to have something like this in Query DSL:
{ "query": { "parents":{ "which":{"param":"prnts"}, "query":"..."}} "params": { "prnts":"type:parent" } }
Attachments
Attachments
Issue Links
- relates to
-
SOLR-14539 Query DSL: Introducing {!bool excludeTags=foo,bar}
- Closed