Re: Nested documents limitations and cautions

2024-02-01 Thread Isabella Trevisan
Hi Alessandro, Thank you for your detailed answer. As I understand it, nested documents speed up searches on hierarchical documents compared to Query Time Joins andc onsume fewer resources but could create problems during reindexing. Are there any studies to understand if there are limits to the n

Re: Nested documents limitations and cautions

2024-01-31 Thread Isabella Trevisan
Hi Alessandro, Thank you for your detailed answer. As I understand it, nested documents speed up searches on hierarchical documents compared to Query Time Joins andc onsume fewer resources but could create problems during reindexing. Are there any studies to understand if there are limits to the n

Re: Nested documents limitations and cautions

2024-01-31 Thread Alessandro Benedetti
Hi Isabella, back in the day I wrote a blog post about nested documents, not strictly related to pros and cons but can be useful: https://sease.io/2019/06/apache-solr-childfilter-transformer.html In terms of pros and cons, exploring the details of nested documents will surely require a bit of time

Nested documents limitations and cautions

2024-01-31 Thread Isabella Trevisan
Hi, We are studying a solution that takes advantage of nested documents and therefore we are looking for information on the pros and cons and limitations that this solution offers. Furthermore, we wish to understand in which case is better to use nested documents or query time joins. Further Have t