Dima
03/21/2023, 8:43 PMJason Bosco
03/21/2023, 9:15 PMDima
03/21/2023, 9:17 PMfacet_counts
, i.e. possible values for a facet, like ingredients here:Jason Bosco
03/21/2023, 9:18 PMJason Bosco
03/21/2023, 9:18 PMJason Bosco
03/21/2023, 9:20 PMJason Bosco
03/21/2023, 9:20 PMDima
03/21/2023, 9:28 PMmax_facet_values
to a big number and then get a few kb more with each request 🤔 My case is similar to “Brands” here, I have a few hundred thousands of documents and each has association with entity. I don’t really need counts itself, only unique values stored in the fieldDima
03/21/2023, 9:30 PM*
+ group_by entity
+ include entity
to get all possible values for this field / search trough them? 🤔Jason Bosco
03/21/2023, 9:41 PMJason Bosco
03/21/2023, 9:42 PMset up max_facet_values to a big numberThis would be the only way I can think of achieving what you’re trying to do
Jason Bosco
03/21/2023, 9:42 PMI have a few hundred thousands of documents and each has association with entityThis should be fine
Dima
03/21/2023, 9:47 PM