I have a collection of User objects, which are complex types that have multiple nested properties… I want to index the properties in such a way that it is possible to query for user-specific information (indices). How can I group each User’s indices together in a retrievable fashion?
Hi @gustavosilvareis.lv. Have you considered using metadata to do this?
We generally recommend against using multiple indexes and instead segment your data either via namespaces or metadata filtering. If you have queries you want to run against more than one user at a time, then metadata would be the right approach.
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.