Re: Result Grouping on alias collection

2023-03-20 Thread Vinayak Hegde
Thanks, David Smiley and Gus Heck for this wonderful insight. On Thu, Mar 16, 2023 at 3:46 AM Gus Heck wrote: > I think I recall past experience that if the ID is duplicated, you get one > or the other, and the one you get is non-deterministic, but as this is an > unsupported and untested config

Re: Result Grouping on alias collection

2023-03-15 Thread Gus Heck
I think I recall past experience that if the ID is duplicated, you get one or the other, and the one you get is non-deterministic, but as this is an unsupported and untested configuration, I would expect other things like facet counts etc to be thrown off. Also if the schemas use different fields f

Re: Result Grouping on alias collection

2023-03-15 Thread David Smiley
When aliasing across collections, it's up to you/the-user to ensure that they don't contain the same document (by ID). I don't believe this is supported at all. If you find information to the contrary, let us know. I could imagine some small code details to _do something_ if it could be detected