Mikhail Khludnev created SOLR-14419: ---------------------------------------
Summary: Query DLS paramter $reference Key: SOLR-14419 URL: https://issues.apache.org/jira/browse/SOLR-14419 Project: Solr Issue Type: Improvement Security Level: Public (Default Security Level. Issues are Public) Components: JSON Request API Reporter: Mikhail Khludnev 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: {code} { "query": { "parents":{ "which":"$prnts", "query":"..."}} "params": { "prnts":"type:parent" } } {code} -- This message was sent by Atlassian Jira (v8.3.4#803005) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org