-
Notifications
You must be signed in to change notification settings - Fork 688
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update READMEs, new placeholders (#2131)
- Loading branch information
1 parent
2ef6286
commit bf28642
Showing
4 changed files
with
17 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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>` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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>` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters