mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 20:37:15 +02:00
Index the geo points
This commit is contained in:
parent
8d9c2c4425
commit
44d6b6ae9e
5 changed files with 84 additions and 4 deletions
|
@ -298,7 +298,7 @@ impl Index {
|
|||
|
||||
/* geo rtree */
|
||||
|
||||
pub(crate) fn put_geo_rtree<A: AsRef<[u8]>>(
|
||||
pub(crate) fn put_geo_rtree(
|
||||
&self,
|
||||
wtxn: &mut RwTxn,
|
||||
rtree: &RTree<GeoPoint>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue