Details
Description
OAK-3768 removed support for ordered property index but the intention of the removal was that presence of ordered index should only log a WARN every now and then (10k times on invocation of EditorProvider).
But, it returns null editor which is takes as there is no provider of ordered index. Which, in turn, as the config be, can fail commits (or async indexing if index was async).
We should handle this gracefully.
Attachments
Issue Links
- is broken by
-
OAK-3768 Remove OrderedPropertyIndex support from trunk
- Closed