I have a structure where i want to search my documents and filter/rank/set
conditions on my parents. Example: a doc is a match because it contains my
searched string, but also because its parent contains a certain value.
Using the graph parser and experimenting with the filter is the best way i
ha
I am trying to get your 2nd query to work for me but for some reason it
return not only parent documents. It also return children that match my term
text:moby*. I am not using any specific field like you are with text: is
that the problem that i have to only search for a field + value? not a value
I have been experimenting with solr for a couple of weeks but i've been stuck
on a query i would like to execute for a couple of days now.
I have a nested data structure where I'm using a fq like this:
{!parent which="parentDoc:true"}parentDoc:false AND
This matches my child documents and retur