We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow the user to specify stop words to be not indexed, like the and is.
the
is
The text was updated successfully, but these errors were encountered:
Should this be done in the config file or when indexing text blocks?
Sorry, something went wrong.
Best way to to this I am thinking is in the config file users can specify a word list to be used to specify stop words.
StopWordList /path/to/wordlist.txt
Then We load the wordlist into memory when Fist starts into its own hashmap
No branches or pull requests
Allow the user to specify stop words to be not indexed, like
the
andis
.The text was updated successfully, but these errors were encountered: