Browse Source

Removed reference to search type 'count'

Removed reference to search type 'count' as this is now a deprecated
search type.
aleph-zero 10 years ago
parent
commit
2b483cc806
1 changed files with 3 additions and 3 deletions
  1. 3 3
      docs/reference/search/request-body.asciidoc

+ 3 - 3
docs/reference/search/request-body.asciidoc

@@ -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`::