Indexing facets

I am looking for information on how facets are index, or not indexed. Hoping someone could point me in the right direction or provide insights.

Hey @sharonjl

Facets are not indexed. Any filtering or sorting done using facets is just based on iteration and wouldn’t scale. They are mainly for retrieval. If you plan to do more complex operations using them then I’d recommend remodelling your data to have them as edges.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.