Re: How to avoid join queries
> On Jun 13, 2018, at 4:24 PM, root23 wrote: ... > But i > know use of join is discouraged in solr and i do not want to use it. … Why do you say that? I, for one, find great power and joy using `{!join}`. Erik
How to avoid join queries
Hi all, I have a following use case. lets say my document is like this. doc={ name:abc, status:def, store_id:store_1 parent:nike } Now lets say in our use case at some point of time store_1 moved under a different parent. lets say adidas. Our business use c