Class: RediSearch::Search::Clauses::WithScores
- Inherits:
-
ApplicationClause
- Object
- ApplicationClause
- RediSearch::Search::Clauses::WithScores
- Defined in:
- lib/redi_search/search/clauses/with_scores.rb
Instance Method Summary collapse
Methods inherited from ApplicationClause
#clause_order, clause_order, clause_term
Methods included from Validatable
Instance Method Details
#clause ⇒ Object
9 10 11 12 13 |
# File 'lib/redi_search/search/clauses/with_scores.rb', line 9 def clause validate! ["WITHSCORES"] end |