-
Notifications
You must be signed in to change notification settings - Fork 24.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Migrate async search to use an auto-created system index (#66154)
Part of #61656. Migrate async search to use an auto-created system index. This does change the behaviour of `AsyncTaskIndexService` - previously, it would ensure the index existed before carrying out any operation, whereas now the index is only created when a document is created. For any other operation, the wrapped `IndexNotFoundException` will be allowed to bubble up.
- Loading branch information
1 parent
bcefc7d
commit 06938dd
Showing
3 changed files
with
102 additions
and
93 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters