Class: Sensei::UIDQuery
Instance Attribute Summary
Attributes inherited from Query
Instance Method Summary collapse
-
#initialize(uids) ⇒ UIDQuery
constructor
A new instance of UIDQuery.
- #to_h ⇒ Object
Methods inherited from Query
construct, #get_boost, #not_query?, q, #run, #to_sensei
Methods included from Operators
#&, #*, #boost!, #must_not, #|, #~
Constructor Details
Instance Method Details
#to_h ⇒ Object
195 196 197 |
# File 'lib/sensei/query.rb', line 195 def to_h {:ids => {:values => @uids}} end |