mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-07-27 16:51:01 +00:00
Index the geo points
This commit is contained in:
@ -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>,
|
||||
|
Reference in New Issue
Block a user