Skip to content

Commit d02d828

Browse files
authored
Remove misplaced "have" in full text filter tutorial (#134720)
1 parent ebd868b commit d02d828

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/query-languages/query-dsl/full-text-filter-tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ At search time, {{es}} defaults to the analyzer defined in the field mapping. Th
200200
```
201201

202202
1. `hits`: Contains the total number of matching documents and their relation to the total.
203-
2. `max_score`: The highest relevance score among all matching documents. In this example, there is only have one matching document.
203+
2. `max_score`: The highest relevance score among all matching documents. In this example, there is only one matching document.
204204
3. `_score`: The relevance score for a specific document, indicating how well it matches the query. Higher scores indicate better matches. In this example the `max_score` is the same as the `_score`, as there is only one matching document.
205205
4. The title contains both "Fluffy" and "Pancakes", matching the search terms exactly.
206206
5. The description includes "fluffiest" and "pancakes", further contributing to the document's relevance due to the analysis process.

0 commit comments

Comments
 (0)