module Mongoid::FTS::Stemming::Stopwords
Constants
- All
- Index
- List
Public Instance Methods
stopword?(word)
click to toggle source
# File lib/mongoid-fts/stemming.rb, line 71 def stopword?(word) !!Index[word] end