Phillip Chaffee
06/08/2022, 6:09 PMn
X documents.
The problem we are trying to solve is how to do the faceting here.
1. We want to search over collection X and group it into Y objects.
2. We want the facet counts to be proportional to the number n
of Y objects we end up with.
This is our plan right now.
1. Retrieve the full list of X documents and group them into Y type objects on our server.
2. Have another typesense collection of Y type documents and do a second search for all the ids of the Y documents, which would return the facet counts proportional to the Y objects we have on the server.
Is this the most reasonable way to do this? Is there something we are missing?Phillip Chaffee
06/08/2022, 6:10 PMJason Bosco
06/08/2022, 6:16 PMViji Vennelakanti
06/08/2022, 8:06 PMJason Bosco
06/08/2022, 8:22 PMgroup_by
and may be grouping by the Movie ID, when searching through the Movie Content collectionPhillip Chaffee
06/08/2022, 8:25 PMPhillip Chaffee
06/08/2022, 8:25 PM