Description
Currently the Hybrid index only participate in indexing if the very first indexing is done via async indexer.
This works fine for most cases but causes issue for case where query relying on hybrid indexes are performed as part of initial application bootstrap. To allow such queries to work hybrid indexes needs to be usable in all cases
Attachments
Issue Links
- is blocked by
-
OAK-5219 Reindexing for async indexes should only be done when IndexUpdate is running in async mode
- Closed