-
Type: New Feature
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 8.10
-
Component/s: Core MarkLogic
-
Epic Link:
-
Tags:
-
Sprint:nxfit 8.10.2
-
Story Points:3
For query optimization, we need to know during query creation if the queried field has a range element index or not.
Use the repository configuration to give to Nuxeo which elements have a range element index on a specific type.
Then we can replace cts:element-value-query by cts:element-range-query for equal comparison.
Configuration will look like:
<range-element-indexes>
<range-element-index type="string">ecm:id</range-element-index>
</range-element-indexes>
- is related to
-
NXP-21173 Fix not equal constraint on array property having a range element index on MarkLogic
- Resolved