Remove and Insert the DelAdd geo points

This commit is contained in:
Kerollmops
2023-10-23 13:49:54 +02:00
committed by Louis Dureuil
parent 544440c363
commit 77dcbff6b2
2 changed files with 20 additions and 9 deletions

View File

@ -15,7 +15,6 @@ use crate::{FieldId, InternalError, Result};
/// Returns the generated grenad reader containing the docid as key associated to the (latitude, longitude)
#[logging_timer::time]
pub fn extract_geo_points<R: io::Read + io::Seek>(
// TODO grenad::Reader<Obkv<FieldId, Obkv<DelAdd, JsonValue>>>
obkv_documents: grenad::Reader<R>,
indexer: GrenadParameters,
primary_key_id: FieldId,