Skip to content

Commit adc1782

Browse files
committed
delete repetition
1 parent 23aaa29 commit adc1782

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

solutions/search/esql-full-text-filter-tutorial.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -237,8 +237,6 @@ When working with relevance scoring in {{esql}}, it's important to understand ho
237237
In current versions, when you include `METADATA _score`, both full-text search functions (like `match()` or the `:` operator) and filtering operations (like range conditions and exact matches) contribute to the relevance score. Full-text search functions provide variable scores based on relevance, while filtering operations add a constant score component.
238238

239239
This behavior will change in future versions, where only full-text search functions will affect scoring, and filtering operations won't contribute to the score at all.
240-
241-
Remember that including `METADATA _score` doesn't automatically sort your results by relevance - you must explicitly use `SORT _score DESC` when the order of results matters.
242240
:::
243241

244242
## Step 5: Filter and find exact matches

0 commit comments

Comments
 (0)