Because multiple indices with different data adapters can be used, or multiple indices can be used with the same data adapter, provide 2 options configurable to the data store:
- best fit - select the index that best satisfies the query (it assumes all adapters are in all indices so no need to check stats)
- check all - query all indices checking stats to make sure the adapter at least exists within the index
Because multiple indices with different data adapters can be used, or multiple indices can be used with the same data adapter, provide 2 options configurable to the data store: