valeriansaliou / sonic

🦔 Fast, lightweight & schema-less search backend. An alternative to Elasticsearch that runs on a few MBs of RAM.
https://crates.io/crates/sonic-server
Mozilla Public License 2.0
20.11k stars 578 forks source link

User defined stopwords #300

Open yukiomoto opened 2 years ago

yukiomoto commented 2 years ago

Hi,

It is really great that Sonic has built-in stopword lists but this time I want to apply my own stopword list.

I think it would be nice if you could override the build-in stopword lists through the config file or something so Sonic could fit more users' needs. I looked at CONFIGURATION.md but couldn't find a way to do that.

Do you think Sonic could have this feature ?

pleshevskiy commented 2 years ago

I agree! I miss it too and now I have to build a server with my patches.