AW: Adding tag to fq makes query return child docs instead of parent docs

2018-06-26 Thread Florian Fankhauser
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

Adding tag to fq makes query return child docs instead of parent docs

2018-06-26 Thread Florian Fankhauser
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

Sort by nested field but only in matching nested documents

2018-02-01 Thread Florian Fankhauser
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

AW: Sort by nested field but only in matching nested documents

2018-02-22 Thread Florian Fankhauser
lorian, No. As an alternative you can put it into q param, suppressing scoring from undesired clauses with ^=0 On Thu, Feb 1, 2018 at 5:22 PM, Florian Fankhauser <f.fankhau...@littera.eu> wrote: > Hello, > given the following document structure (books as parent, libraries &g