We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a706f71 commit 2dac974Copy full SHA for 2dac974
100_Full_Text_Search/05_Match_query.asciidoc
@@ -65,7 +65,7 @@ the query string should be analyzed too.
65
2. _Analyze the query string_.
66
+
67
The query string `QUICK!` is passed through the standard analyzer, which
68
-results in the single term `quick`. Because we have a just a single term,
+results in the single term `quick`. Because we have just a single term,
69
the `match` query can be executed as a single low-level `term` query.
70
71
3. _Find matching docs_.
0 commit comments