-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Use Search API in Vega * fix PR comments * fix PR comments
- Loading branch information
Showing
21 changed files
with
289 additions
and
213 deletions.
There are no files selected for viewing
44 changes: 44 additions & 0 deletions
44
...ins/data/public/kibana-plugin-plugins-data-public.getsearchparamsfromrequest.md
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) > [kibana-plugin-plugins-data-public](./kibana-plugin-plugins-data-public.md) > [getSearchParamsFromRequest](./kibana-plugin-plugins-data-public.getsearchparamsfromrequest.md) | ||
|
||
## getSearchParamsFromRequest() function | ||
|
||
<b>Signature:</b> | ||
|
||
```typescript | ||
export declare function getSearchParamsFromRequest(searchRequest: SearchRequest, dependencies: { | ||
injectedMetadata: CoreStart['injectedMetadata']; | ||
uiSettings: IUiSettingsClient; | ||
}): { | ||
rest_total_hits_as_int: boolean; | ||
ignore_unavailable: boolean; | ||
ignore_throttled: boolean; | ||
max_concurrent_shard_requests: any; | ||
preference: any; | ||
timeout: string | undefined; | ||
index: any; | ||
body: any; | ||
}; | ||
``` | ||
|
||
## Parameters | ||
|
||
| Parameter | Type | Description | | ||
| --- | --- | --- | | ||
| searchRequest | <code>SearchRequest</code> | | | ||
| dependencies | <code>{</code><br/><code> injectedMetadata: CoreStart['injectedMetadata'];</code><br/><code> uiSettings: IUiSettingsClient;</code><br/><code>}</code> | | | ||
|
||
<b>Returns:</b> | ||
|
||
`{ | ||
rest_total_hits_as_int: boolean; | ||
ignore_unavailable: boolean; | ||
ignore_throttled: boolean; | ||
max_concurrent_shard_requests: any; | ||
preference: any; | ||
timeout: string | undefined; | ||
index: any; | ||
body: any; | ||
}` | ||
|
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
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
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.