Skip to content

Commit

Permalink
Update READMEs, new placeholders (#2131)
Browse files Browse the repository at this point in the history
  • Loading branch information
abhinavdangeti authored Jan 10, 2025
1 parent 2ef6286 commit bf28642
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 2 deletions.
3 changes: 3 additions & 0 deletions docs/geo.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Geo spatial search

Redirect to [geo/README.md](https://github.com/blevesearch/bleve/blob/master/geo/README.md)
10 changes: 10 additions & 0 deletions docs/scoring.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Scoring models for document hits

* Default scoring scheme for document hits involving text hits: `tf-idf`.
* 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

`<wip>`
4 changes: 3 additions & 1 deletion docs/synonyms.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Synonyms search

* *v2.5.0* (and after) will come with support for **synonyms definitions indexing and search**.
* *v2.5.0* (and after) will come with support for **synonym definitions indexing and search**.

`<wip>`
2 changes: 1 addition & 1 deletion geo/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# geo support in bleve
# Geo spatial search support in bleve

Latest bleve spatial capabilities are powered by spatial hierarchical tokens generated from s2geometry.
You can find more details about the [s2geometry basics here](http://s2geometry.io/), and explore the
Expand Down

0 comments on commit bf28642

Please sign in to comment.