Skip to content

Commit 166dadb

Browse files
Update README with new features available in v2.5.0 (#2154)
1 parent be70bab commit 166dadb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ A modern indexing + search library in GO
2424
* [query string syntax](http://www.blevesearch.com/docs/Query-String-Query/)
2525
* [geo spatial search](https://github.com/blevesearch/bleve/blob/master/geo/README.md)
2626
* approximate k-nearest neighbors via [vector search](https://github.com/blevesearch/bleve/blob/master/docs/vectors.md)
27-
* [tf-idf](https://en.wikipedia.org/wiki/Tf-idf) scoring
27+
* [synonym search](https://github.com/blevesearch/bleve/blob/master/docs/synonyms.md)
28+
* [tf-idf](https://github.com/blevesearch/bleve/blob/master/docs/scoring.md#tf-idf) / [bm25](https://github.com/blevesearch/bleve/blob/master/docs/scoring.md#bm25) scoring models
2829
* Hybrid search: exact + semantic
2930
* Query time boosting
3031
* Search result match highlighting with document fragments

0 commit comments

Comments
 (0)