mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 12:27:13 +02:00
add stop-word and synonym endpoints
This commit is contained in:
parent
85833e3a0a
commit
22fbff98d4
4 changed files with 109 additions and 82 deletions
|
@ -12,8 +12,8 @@ pub mod key;
|
|||
pub mod search;
|
||||
pub mod stats;
|
||||
pub mod setting;
|
||||
// pub mod stop_words;
|
||||
// pub mod synonym;
|
||||
pub mod stop_words;
|
||||
pub mod synonym;
|
||||
|
||||
#[derive(Default, Deserialize)]
|
||||
pub struct IndexParam {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue