Skip to content

Commit

Permalink
Consistency in wording
Browse files Browse the repository at this point in the history
  • Loading branch information
abhinavdangeti committed Jan 10, 2025
1 parent f5145db commit 8734523
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/scoring.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Scoring models for document hits

* Default scoring scheme for document hits involving text hits: `tf-idf`.
* Vector hits scoring depends on chosen knn distance metric, highlighted [here](https://github.com/blevesearch/bleve/blob/master/docs/vectors.md#supported).
* Hybrid search scoring will combine `tf-idf` scores with `knn` distances.
* *v2.5.0* (and after) will come with **bm25 scoring** model.
* Nearest-neighbor/vector hits scoring depends on chosen `knn distance` metric, highlighted [here](https://github.com/blevesearch/bleve/blob/master/docs/vectors.md#supported).
* Hybrid search scoring will combine `tf-idf` scores with `knn distance` numbers.
* *v2.5.0* (and after) will come with support for `bm25` scoring for exact searches.

## BM25

Expand Down

0 comments on commit 8734523

Please sign in to comment.