-3

I need to store parent - child documents in solr and need an ability to apply filter to both parent and child record and return both parent and child document as a single record in the response. Does anyone has any idea if this can be achieved using solr?

1 Answers1

1

Not sure what your exact requirement is. However, you can explore block join query parser (Here's a link) which lets you query hierarchical documents.

AK4647
  • 1,371
  • 1
  • 10
  • 11