Skip to content

Commit

Permalink
Added cancel_after_time_interval and phase_took in _search. (#353)
Browse files Browse the repository at this point in the history
* Added tests for basic _search.

Signed-off-by: dblock <[email protected]>

* Added support for cancel_after_time_interval and phase_took in _search.

Signed-off-by: dblock <[email protected]>

---------

Signed-off-by: dblock <[email protected]>
  • Loading branch information
dblock committed Jun 24, 2024
1 parent 33aa91a commit 6e4c7ba
Show file tree
Hide file tree
Showing 6 changed files with 227 additions and 76 deletions.
1 change: 1 addition & 0 deletions .cspell
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ Kuromoji
Lovins
Lucene
Millis
Moneyball
Multisearch
Nanos
Nori
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
- Added `created_time` and `last_updated_time` to `ml.get_model_group@200` ([#342](https://github.com/opensearch-project/opensearch-api-specification/pull/342))
- Added spellcheck linter ([#341](https://github.com/opensearch-project/opensearch-api-specification/pull/341))
- Added tests for response payload ([#347](https://github.com/opensearch-project/opensearch-api-specification/pull/347))
- Added `cancel_after_time_interval` and `phase_took` in `_search` ([#353](https://github.com/opensearch-project/opensearch-api-specification/pull/353))

### Changed

Expand Down
Loading

0 comments on commit 6e4c7ba

Please sign in to comment.