diff --git a/docs/reference/apis/search.html b/docs/reference/apis/search.html index 288c7de..dba1924 100644 --- a/docs/reference/apis/search.html +++ b/docs/reference/apis/search.html @@ -165,11 +165,11 @@
exclude_count
-A flag indicating whether or not to exclude hit count in the search results. If not specified, use default value. [default: true]
exclude_docs
-A flag indicating whether or not to exclude hit documents in the search results. If not specified, use default value. [default: true]
query
diff --git a/docs_src/reference/apis/search.md b/docs_src/reference/apis/search.md
index b092f44..47dd1b0 100644
--- a/docs_src/reference/apis/search.md
+++ b/docs_src/reference/apis/search.md
@@ -17,10 +17,10 @@ Start position of fetching results. If not specified, use default value. [defaul
Limitation of amount that document to be returned. If not specified, use default value. [default: 10]
- `exclude_count`
-A flag indicating whether or not to exclude hit count in the search results. If not specified, use default value. [default: true]
+A flag indicating whether or not to exclude hit count in the search results. If not specified, use default value. [default: false]
- `exclude_docs`
-A flag indicating whether or not to exclude hit documents in the search results. If not specified, use default value. [default: true]
+A flag indicating whether or not to exclude hit documents in the search results. If not specified, use default value. [default: false]
- `query`
Query string to search the index.