heywhy / ex_elasticlunr

Elasticlunr is a small, full-text search library for use in the Elixir environment. It indexes JSON documents and provides a friendly search interface to retrieve documents.
https://hexdocs.pm/elasticlunr
MIT License
189 stars 9 forks source link

Change Default Stemmer #1

Closed heywhy closed 2 years ago

heywhy commented 2 years ago

Use a library instead of a handwritten stemmer which can be error-prone.