We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 306f1e9 commit 8974ec5Copy full SHA for 8974ec5
README.md
@@ -23,7 +23,7 @@ A modern indexing library in GO
23
* Term Range, Numeric Range, Date Range
24
* [Geo Spatial](https://github.com/blevesearch/bleve/blob/master/geo/README.md)
25
* Simple [query string syntax](http://www.blevesearch.com/docs/Query-String-Query/)
26
- * [Vector Search](https://github.com/blevesearch/bleve/blob/master/docs/vectors.md)
+ * Approximate k-nearest neighbors over [vectors](https://github.com/blevesearch/bleve/blob/master/docs/vectors.md)
27
* [tf-idf](https://en.wikipedia.org/wiki/Tf-idf) Scoring
28
* Query time boosting
29
* Search result match highlighting with document fragments
0 commit comments