lucene/client/ruby/solrb/lib/solr
Erik Hatcher 189ffc877c Push @response down into Request::Standard, because not all Ruby responses have a response key
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@498439 13f79535-47bb-0310-9956-ffa450edef68
2007-01-21 19:58:54 +00:00
..
request add ASL to several files 2007-01-17 10:37:56 +00:00
response Push @response down into Request::Standard, because not all Ruby responses have a response key 2007-01-21 19:58:54 +00:00
connection.rb Remove creating new Solr::Document in #add, as AddDocument.new already does this. This change allows a SolrDocument to be passed to #add/#update, instead of just a Hash 2007-01-21 19:54:53 +00:00
document.rb oops, broke a test, fixed when a field value does not respond to :each 2007-01-16 19:01:13 +00:00
exception.rb SOLR-111: add new response classes and enhance connection. one change i made was to make autocommit off by default and use a symbol for :on/:off 2007-01-16 22:02:29 +00:00
field.rb Add ASL header 2007-01-13 03:01:48 +00:00
request.rb SOLR-111: add new response classes and enhance connection. one change i made was to make autocommit off by default and use a symbol for :on/:off 2007-01-16 22:02:29 +00:00
response.rb SOLR-111: add new response classes and enhance connection. one change i made was to make autocommit off by default and use a symbol for :on/:off 2007-01-16 22:02:29 +00:00