Speed-up `ubcli ftsReindex` operation up to 40%
- Speed-up
ubcli ftsReindex
operation up to 40%:- by default,
ftsreindex
method offts
mixin now do not check record is already exists in FTS table and always do insertion. Such expectation should always be true for re-index operation, since before re-indexation all data in FTS tables are truncated. - for compatibility reasons new parameter
_ftsReindexCheckExisted
is added forftsreindex
method
- by default,