这是indexloc提供的服务,不要输入任何密码
Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/reference/apis/search.html
Original file line number Diff line number Diff line change
Expand Up @@ -165,11 +165,11 @@ <h2><a class="header" href="#query-parameters" id="query-parameters">Query param
</li>
<li>
<p><code>exclude_count</code><br />
A flag indicating whether or not to exclude hit count in the search results. If not specified, use default value. [default: true]</p>
A flag indicating whether or not to exclude hit count in the search results. If not specified, use default value. [default: false]</p>
</li>
<li>
<p><code>exclude_docs</code><br />
A flag indicating whether or not to exclude hit documents in the search results. If not specified, use default value. [default: true]</p>
A flag indicating whether or not to exclude hit documents in the search results. If not specified, use default value. [default: false]</p>
</li>
<li>
<p><code>query</code><br />
Expand Down
4 changes: 2 additions & 2 deletions docs_src/reference/apis/search.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down