Searched refs:response_format (Results 1 - 11 of 11) sorted by relevance

/lucene-3.6.0/solr/client/ruby/solr-ruby/lib/solr/request/
H A Dbase.rb21 def response_format method in class:Solr
H A Dping.rb18 # def response_format
29 def response_format method in class:Solr
H A Dupdate.rb16 def response_format method in class:Solr
H A Dselect.rb25 def response_format method in class:Solr
/lucene-3.6.0/solr/client/ruby/solr-ruby/test/unit/
H A Dmodify_document_test.rb20 assert_equal :xml, request.response_format
H A Dselect_test.rb20 assert_equal :ruby, request.response_format
H A Drequest_test.rb23 assert_equal :xml, request.response_format
31 assert_equal :xml, request.response_format
42 assert_equal :xml, request.response_format
48 assert_equal :xml, request.response_format
53 BadRequest.new.response_format
H A Dspellchecker_request_test.rb19 assert_equal :ruby, request.response_format
H A Dstandard_request_test.rb20 assert_equal :ruby, request.response_format
/lucene-3.6.0/solr/client/ruby/solr-ruby/lib/solr/response/
H A Dbase.rb25 unless [:xml, :ruby].include?(request.response_format)
26 raise Solr::Exception.new("unknown response format: #{request.response_format}" )
/lucene-3.6.0/solr/client/ruby/solr-ruby/test/functional/
H A Dserver_test.rb17 def response_format method in class:BadRequest

Completed in 2500 milliseconds