Details
-
New Feature
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
Description
Hi,
I was trying to run a Grails 3.3.5 application with Apache OAK 1.9.8 and AWS Document DB(which replicates MongoDB 3.6). However, upon running the application it was found that, org.apache.jackrabbit.oak.plugins.document.mongo.MongoUtils#createPartialIndex fails to execute since, DocumentDB does not supports Partial Indexes (https://docs.aws.amazon.com/documentdb/latest/developerguide/mongo-apis-index.html).
It would be good if there is full working compatibility made for OAK to run with AWS DocumentDB too.