Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove add() and update() from ISearchIndexManager #4508

Merged
merged 1 commit into from
Sep 22, 2021

Conversation

TimWolla
Copy link
Member

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.

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.
@TimWolla TimWolla merged commit 804e7f3 into master Sep 22, 2021
@TimWolla TimWolla deleted the search-index-manager-cleanup branch September 22, 2021 09:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants