You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 18, 2019. It is now read-only.
From olivernn/lunr.js#38 there are some cases in which you want to turn off lunrjs's stemmer (e.g., with it on "onboard" is the stem and "onboardi" fails to match it, but "onboarding" matches that stem).
It would be nice to be able to have a config option to remove the lunr stemmer the indexer's pipeline.
The text was updated successfully, but these errors were encountered:
The given method for removing functions from the pipeline is: index.pipeline.remove(index.stemmer) or this.pipeline.remove(lunr.stemmer) if within the shortcut initializer
or to create an empty index and never add the unwanted pipeline functions. A config option would be further redundant.
From olivernn/lunr.js#38 there are some cases in which you want to turn off lunrjs's stemmer (e.g., with it on "onboard" is the stem and "onboardi" fails to match it, but "onboarding" matches that stem).
It would be nice to be able to have a config option to remove the lunr stemmer the indexer's pipeline.
The text was updated successfully, but these errors were encountered: