Use the word pair proximity and fid word count docids extractors

Co-authored-by: ManyTheFish <many@meilisearch.com>
This commit is contained in:
Clément Renault
2024-09-05 10:56:22 +02:00
parent 0fc02f7351
commit 73ce67862d
9 changed files with 205 additions and 157 deletions

View File

@ -1,5 +1,6 @@
use serde_json::Value;
use crate::update::new::extract::perm_json_p;
use crate::update::new::KvReaderFieldId;
use crate::{FieldId, GlobalFieldsIdsMap, InternalError, Result, UserError};