-
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.
Allow specifying index in pinned queries (#74873)
The current `ids` option doesn't allow pinning a specific document in a single index when searching over multiple indices. This introduces a `documents` option, which is an array of `_id` and `_index` fields to allow index-specific pins. Closes #67855.
- Loading branch information
David Harsha
authored
Jul 27, 2021
1 parent
809f097
commit ed7a65e
Showing
7 changed files
with
700 additions
and
138 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
Oops, something went wrong.