Remove useless geo skipped

This commit is contained in:
Clément Renault 2024-11-21 15:58:51 +01:00
parent 9b60843831
commit 5727e00374
No known key found for this signature in database
GPG key ID: F250A4C4E3AE5F5F
3 changed files with 2 additions and 3 deletions

View file

@ -103,7 +103,6 @@ where
// prevent moving the field_distribution and document_ids in the inner closure...
let field_distribution = &mut field_distribution;
let document_ids = &mut document_ids;
// TODO manage the errors correctly
let extractor_handle = Builder::new().name(S("indexer-extractors")).spawn_scoped(s, move || {
let span = tracing::trace_span!(target: "indexing::documents", parent: &indexer_span, "extract");
let _entered = span.enter();