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