Class: Solr::Request::Select

Inherits:
Object
  • Object
show all
Defined in:
lib/solr_ruby_support.rb

Instance Method Summary collapse

Instance Method Details

#response_formatObject



39
40
41
# File 'lib/solr_ruby_support.rb', line 39

def response_format
  :javabin
end

#to_hashObject



42
43
44
# File 'lib/solr_ruby_support.rb', line 42

def to_hash
  return {:qt => query_type, :wt => 'javabin'}.merge(@select_params)
end