Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
2.0.0-M21
-
None
-
None
Description
There are some tests that declare user indexes without explicitely declare them with no reverse index.
This is not really critical, but it slow down the test a bit.
We should also probably change the logic, and only create reverse index when it's explicitly required, instead of not creating the reverse index when requested...