Re: Streaming expression function which can give parent document along with its child documents ?

2019-06-10 Thread Jai Jamba
Can anyone help me in this ? -- Sent from: http://lucene.472066.n3.nabble.com/Solr-User-f472068.html

Streaming expression function which can give parent document along with its child documents ?

2019-06-06 Thread Jai Jamba
Hi, I was wondering if there is any way in streaming expression which can return parent document along with its child documents just like we have child document transformer, i.e. ** [child limit=-1]* which returns child document as well of the parent document - Jai -- Sent from:

Re: Group by and filtering on child documents.

2019-06-05 Thread Jai Jamba
Can you help me with the subquery way, i tried that long back but it was giving me some exception (can't remember that). -- Sent from: http://lucene.472066.n3.nabble.com/Solr-User-f472068.html

Re: Group by and filtering on child documents.

2019-06-04 Thread Jai Jamba
Hello Mikhail, I am sorry, I forgot to include below in my main query json (*"fields": "* [child limit=-1]"*) . I am extracting all the fields along with its nested docs. So I want as a part of results and not part of facet. I would expect out of the docs that i listed, it should return only

Group by and filtering on child documents.

2019-06-04 Thread Jai Jamba
Hi, Below is my document structure and underneath I have mentioned my multi select facet query. I have one query related to filtering where I am not sure how can I get the child documents having some field value equivalent to maximum value of that field in the available child docs ("Price" field