class RediSearch::Search::Clauses::NoStopWords

Public Instance Methods

clause() click to toggle source
# File lib/redi_search/search/clauses/no_stop_words.rb, line 9
def clause
  validate!

  ["NOSTOPWORDS"]
end