Hello, Jai. It seems like sort functionality needs to be developed for https://lucene.apache.org/solr/guide/7_4/transforming-result-documents.html#child-childdoctransformerfactory However, it might be already reachable via more comprehensive https://lucene.apache.org/solr/guide/7_4/transforming-result-documents.html#subquery
On Wed, Jun 5, 2019 at 8:15 AM Jai Jamba <jaikumar.ja...@infodesk.com> wrote: > 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 > > "id": "3", "scope": "product", "category": "clothes", > "product_type": "jeans", "brand": "Levi’s", > "_childDocuments_": [ > { "id": "32", "scope": "sku", "color": "black", "size": "L", "price" : 45 } > ] > > > > > > -- > Sent from: http://lucene.472066.n3.nabble.com/Solr-User-f472068.html > -- Sincerely yours Mikhail Khludnev