mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-25 01:19:02 +00:00
Removed reference to search type 'count'
Removed reference to search type 'count' as this is now a deprecated search type.
This commit is contained in:
parent
04c1521428
commit
2b483cc806
@ -64,9 +64,9 @@ And here is a sample response:
|
||||
`search_type`::
|
||||
|
||||
The type of the search operation to perform. Can be
|
||||
`dfs_query_then_fetch`, `query_then_fetch`, 'count',
|
||||
or 'scan'. Defaults to `query_then_fetch`. See
|
||||
<<search-request-search-type,_Search Type_>> for more.
|
||||
`dfs_query_then_fetch`, `query_then_fetch`, or 'scan'.
|
||||
Defaults to `query_then_fetch`.
|
||||
See <<search-request-search-type,_Search Type_>> for more.
|
||||
|
||||
`query_cache`::
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user