mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-07-28 01:01:00 +00:00
Remove and Insert the DelAdd geo points
This commit is contained in:
committed by
Louis Dureuil
parent
544440c363
commit
77dcbff6b2
@ -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,
|
||||
|
Reference in New Issue
Block a user