-
Type: Bug
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 8.10
-
Component/s: Core MongoDB
-
Release Notes Summary:The index ecm:fulltextJobId_1 index is not created in MongoDB at startup if the fulltext is disabled.
-
Tags:
-
Backlog priority:900
-
Sprint:nxcore 10.2.8
Following NXP-25190 and NXP-24550, it could be interesting not to create the ecm:fulltextJobId_1 index in MongoDB when fulltext is disabled.
Index created at this line: https://github.com/nuxeo/nuxeo/blob/master/nuxeo-core/nuxeo-core-storage-mongodb/src/main/java/org/nuxeo/ecm/core/storage/mongodb/MongoDBRepository.java#L226