-
Type: Improvement
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 10.10-HF62, 2021.21
-
Component/s: Query & PageProvider
-
Tags:
-
Upgrade notes:
-
Team:PLATFORM
-
Sprint:nxplatform #62, nxplatform #63
-
Story Points:3
Using full-text search against the repository is something very expensive at the database level.
For any large repository, all complex searches (especially full-text searches) must be done on Elasticsearch.
We want to be able to activate traces (with a stack) in order to know if fulltext searches are used or not against the repository.
This way we can have a confirmation if the database fulltext index can be removed and the repository fulltext disabled with
nuxeo.vcs.fulltext.search.disabled=false