-
Type: Improvement
-
Status: Resolved
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 9.10
-
Component/s: Core MongoDB
-
Release Notes Summary:The fulltext index is not created on MongoDB when nuxeo.vcs.fulltext.search.disabled=true.
-
Tags:
-
Sprint:nxcore 10.2.5
-
Story Points:2
When using nuxeo.vcs.fulltext.search.disabled=true we want to have the fulltext index only in Elasticsearch so we don't need anymore to maintain the repository index named fulltext.
org.nuxeo.ecm.core.storage.mongodb.MongoDBRepository#initRepository must be updated to not create the index on startup when nuxeo.vcs.fulltext.search.disabled=true.
This way we can drop manually the index when switching fulltext search to Elasticsearch, so we don't waste resource to maintain this unused index.
- is related to
-
NXP-25190 Make it possible to disable MongoDB fulltext index in 8.10
- Resolved