Index the geo points

This commit is contained in:
Irevoire 2021-08-23 18:41:48 +02:00 committed by Tamo
parent 8d9c2c4425
commit 44d6b6ae9e
No known key found for this signature in database
GPG key ID: 20CD8020AFA88D69
5 changed files with 84 additions and 4 deletions

View file

@ -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>,