Skip to content
Closed
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
3 changes: 3 additions & 0 deletions docs/reference/query-dsl/query-string-query.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,9 @@ as the first character of the query string. Defaults to `true`.
`analyze_wildcard`::
(Optional, Boolean) If `true`, the query attempts to analyze wildcard terms in
the query string. Defaults to `false`.
Note that, in case of `true`, only queries that end with a `*`
are fully analyzed. Queries that start with `*` or have it in the middle
are only <<analysis-normalizers,normalized>>.

`analyzer`::
(Optional, string) <<analysis,Analyzer>> used to convert text in the
Expand Down
3 changes: 3 additions & 0 deletions docs/reference/query-dsl/simple-query-string-query.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,9 @@ AND of AND Hungary`.
`analyze_wildcard`::
(Optional, Boolean) If `true`, the query attempts to analyze wildcard terms in
the query string. Defaults to `false`.
Note that, in case of `true`, only queries that end with a `*`
are fully analyzed. Queries that start with `*` or have it in the middle
are only <<analysis-normalizers,normalized>>.

`analyzer`::
(Optional, string) <<analysis,Analyzer>> used to convert text in the
Expand Down
Loading