mirror of
https://github.com/elastic/kibana.git
synced 2025-06-28 11:05:39 -04:00
[Search] Unify search plugin step 1 (#95811)
Remove the defaultStrategy override Move async search strategy to data Move EQL search strategy to data Move rest of common/search/session data (Moving whole search/session is blocked by security and taskManager)
This commit is contained in:
parent
7405a22cf3
commit
bd4f461c70
105 changed files with 601 additions and 533 deletions
|
@ -623,8 +623,7 @@ The `SearchSource` API is a convenient way to construct and run an Elasticsearch
|
|||
|
||||
#### Default Search Strategy
|
||||
|
||||
One benefit of using the low-level search API, is partial response support in X-Pack, allowing for a better and more responsive user experience.
|
||||
In OSS only the final result is returned.
|
||||
One benefit of using the low-level search API, is partial response support, allowing for a better and more responsive user experience.
|
||||
|
||||
```.ts
|
||||
import { isCompleteResponse } from '../plugins/data/public';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue