File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments