[ 
https://issues.apache.org/jira/browse/SOLR-16247?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17581611#comment-17581611
 ] 

David Smiley commented on SOLR-16247:
-------------------------------------

and then update ref guide docs to stop using the match-all-docs hack in a 
number of places, which will become obsolete guidance.

> {!parent filters= is prone to pure negative query
> -------------------------------------------------
>
>                 Key: SOLR-16247
>                 URL: https://issues.apache.org/jira/browse/SOLR-16247
>             Project: Solr
>          Issue Type: Bug
>            Reporter: Mikhail Khludnev
>            Priority: Major
>              Labels: newbie
>
> From the linked email
>    "q":"{!parent tag=top filters=$childFq which=scope_s:parent
>       "childFq":[ "-sku_type_s:25"],
> If I take out childFq=-sku_type_s:25, it works. If I change it to
> childFq=sku_type_s:21, it works.
> so far workaround is {code} childFq=*:* -sku_type_s:25 {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to