Module: Mongoid::Haystack::Stemming::Stopwords
Constant Summary collapse
- List =
{}
- All =
[]
Instance Method Summary collapse
Instance Method Details
#stopword?(word) ⇒ Boolean
71 72 73 |
# File 'lib/mongoid-haystack/stemming.rb', line 71 def stopword?(word) !!Index[word] end |