Class: Solr::Request::Select
- Inherits:
-
Object
- Object
- Solr::Request::Select
- Defined in:
- lib/solr_ruby_support.rb
Instance Method Summary collapse
Instance Method Details
#response_format ⇒ Object
39 40 41 |
# File 'lib/solr_ruby_support.rb', line 39 def response_format :javabin end |
#to_hash ⇒ Object
42 43 44 |
# File 'lib/solr_ruby_support.rb', line 42 def to_hash return {:qt => query_type, :wt => 'javabin'}.merge(@select_params) end |