to fq makes query return child docs instead of parent
docs
On 6/26/2018 7:22 AM, Florian Fankhauser wrote:
> Now for some reason I want to exclude the above filter-query from a
> facet-query. Therefore I need to add a tag to the filter-query:
>
> q={!tag=datefilter}{!parent which=doc
Hello,
given the following document structure (books as parent, libraries having these
books as children) in a Solr 7.3.1 server:
book
1000
Mr. Mercedes
Stephen King
library
1000/100
can put it into q param, suppressing scoring from
undesired clauses with ^=0
On Thu, Feb 1, 2018 at 5:22 PM, Florian Fankhauser
wrote:
> Hello,
> given the following document structure (books as parent, libraries
> having these books as children):
>
>
>
>
Hello,
given the following document structure (books as parent, libraries having these
books as children):
book
1000
Mr. Mercedes
Stephen King
library
1000/100
20160810