-
Type: Improvement
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 8.10
-
Fix Version/s: 9.1
-
Component/s: Core MarkLogic, Core MongoDB
-
Tags:
-
Sprint:nxfit 9.1.1
-
Story Points:3
Currently on MarkLogic/Memory/MongoDB implementations, we add three useful projections for each NXQL queries.
We add:
- ecm:id (or id key for MongoDB)
- ecm:parentId
- ecm:name
As the DBS layer needs it for some operation, like ordering on ecm:path, we want to inject these three projections in SelectClause given to queryAndFetch repositoy method.
- depends on
-
NXP-21196 Removes SerializableArrayMap and ArrayMap and use basic Map implementation
- Resolved