Remove add() and update() from ISearchIndexManager
authorTim Düsterhus <duesterhus@woltlab.com>
Wed, 22 Sep 2021 08:36:53 +0000 (10:36 +0200)
committerTim Düsterhus <duesterhus@woltlab.com>
Wed, 22 Sep 2021 08:39:54 +0000 (10:39 +0200)
commitfc6a82a2a496f2e71d77d8515e84790fc6b45422
tree9dd30f1dbc0776ed7b80f818ee2e558596aaae2e
parent270ed434d4dc8a44862b38715b826f63943bfcb0
Remove add() and update() from ISearchIndexManager

These methods are long-deprecated, remove them from the interface to not force
search engine authors to implement these.

It is expected that code consuming the search API uses the `SearchIndexManager`
class instead of directly accessing a specific `*SearchIndexManager`. The
`SearchIndexManager` only uses `->set()` on the underlying actual
`*SearchIndexManager`. Thus no compatibility break is expected.
wcfsetup/install/files/lib/system/search/ISearchIndexManager.class.php
wcfsetup/install/files/lib/system/search/SearchIndexManager.class.php