Class: RediSearch::Search::Clauses::NoStopWords

Inherits:
ApplicationClause show all
Defined in:
lib/redi_search/search/clauses/no_stop_words.rb

Instance Method Summary collapse

Methods inherited from ApplicationClause

#clause_order, clause_order, clause_term

Methods included from Validatable

included, #validate!

Instance Method Details

#clauseObject



9
10
11
12
13
# File 'lib/redi_search/search/clauses/no_stop_words.rb', line 9

def clause
  validate!

  ["NOSTOPWORDS"]
end