mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 04:17:10 +02:00
remove facet setting
This commit is contained in:
parent
88ae02f8d9
commit
ec7eb7798f
3 changed files with 1 additions and 26 deletions
|
@ -4,7 +4,7 @@ use chrono::{DateTime, Utc};
|
|||
use milli::update::{DocumentAdditionResult, IndexDocumentsMethod, UpdateFormat};
|
||||
use serde::{Deserialize, Serialize};
|
||||
|
||||
use crate::index::{Facets, Settings};
|
||||
use crate::index::Settings;
|
||||
|
||||
pub type UpdateError = String;
|
||||
|
||||
|
@ -26,7 +26,6 @@ pub enum UpdateMeta {
|
|||
ClearDocuments,
|
||||
DeleteDocuments,
|
||||
Settings(Settings),
|
||||
Facets(Facets),
|
||||
}
|
||||
|
||||
#[derive(Debug, Serialize, Deserialize, Clone)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue