ManyTheFish
|
55724f2412
|
Introduce an initial candidates set that makes the difference between an exhaustive count and an estimation
|
2022-12-08 09:41:34 +01:00 |
|
Ewan Higgs
|
6b2fe94192
|
Fixes for clippy bringing us down to 18 remaining issues.
This brings us a step closer to enforcing clippy on each build.
|
2022-10-25 20:49:02 +02:00 |
|
Tamo
|
98a365aaae
|
store the geopoint in three dimensions
|
2021-12-14 12:21:24 +01:00 |
|
Tamo
|
c695a1ffd2
|
add the possibility to sort by descending order on geoPoint
|
2021-09-15 11:49:58 +02:00 |
|
Tamo
|
91ce4d1721
|
Stop iterating through the whole list of points
We stop when there is no possible candidates left
|
2021-09-15 11:49:58 +02:00 |
|
Tamo
|
3fc145c254
|
if we have no rtree we return all other provided documents
|
2021-09-09 17:44:09 +02:00 |
|
Irevoire
|
a84f3a8b31
|
Apply suggestions from code review
Co-authored-by: Clément Renault <clement@meilisearch.com>
|
2021-09-09 15:09:35 +02:00 |
|
Tamo
|
4f69b190bc
|
remove the distance from the search, the computation of the distance will be made on meilisearch side
|
2021-09-08 18:24:09 +02:00 |
|
Tamo
|
aca707413c
|
remove the memory leak
|
2021-09-08 18:24:09 +02:00 |
|
Tamo
|
a8a1f5bd55
|
move the geosearch criteria out of asc_desc.rs
|
2021-09-08 18:24:09 +02:00 |
|