mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 20:37:15 +02:00
Small changes following review
This commit is contained in:
parent
3f212a8202
commit
e35ef31738
4 changed files with 14 additions and 12 deletions
|
@ -1182,7 +1182,6 @@ pub struct InnerIndexSettingsDiff {
|
|||
pub(crate) old: InnerIndexSettings,
|
||||
pub(crate) new: InnerIndexSettings,
|
||||
pub(crate) primary_key_id: Option<FieldId>,
|
||||
// TODO: compare directly the embedders.
|
||||
pub(crate) embedding_config_updates: BTreeMap<String, EmbedderAction>,
|
||||
pub(crate) settings_update_only: bool,
|
||||
/// The set of only the additional searchable fields.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue