-
Type: Improvement
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 5.8.0-HF19, 5.9.5
-
Component/s: Core VCS, Elasticsearch
-
Tags:
-
Upgrade notes:
-
Sprint:Sprint RepoTeam 5.9.5-2
When all the fulltext queries are handled by elasticsearch, there is no more need to maintain database fulltext index.
At the moment the fulltext mode can only be enabled or disabled. When using elasticsearch we want to keep the binary fulltext extraction but don't want the database fulltext triggers and indexing overhead.
Done by adding a new fulltext repository option "searchDisabled", can be set using nuxeo.conf nuxeo.vcs.fulltext.search.disabled=true
See http://doc.nuxeo.com/display/ADMINDOC/VCS+Configuration for more info.