Description
Consider a scenario where a query is there with facets and the traversal cost is less than the index cost that serves the facet query . This would be problematic.
In this case we should maybe set the traversal cost to infinity so that traversal is not an option for queries with facets.
In case there is no index available to serve this faceted query we can probably throw an exception with a meaningful message .
Attachments
Attachments
Issue Links
- relates to
-
OAK-7850 Indexes that don't support facets being queried should not participate in execution plan
- Closed
- links to