Module: Elastico::Search
- Defined in:
- lib/elastico/search.rb
Instance Method Summary collapse
Instance Method Details
#search_query ⇒ Object
3 4 5 |
# File 'lib/elastico/search.rb', line 3 def search_query @search_query || nil end |
#search_query=(json) ⇒ Object
7 8 9 |
# File 'lib/elastico/search.rb', line 7 def search_query= json @search_query = json end |