README.rdoc in rsolr-1.0.6 vs README.rdoc in rsolr-1.0.7

- old
+ new

@@ -1,13 +1,11 @@ =RSolr A simple, extensible Ruby client for Apache Solr. -Notice: This document is only for the the 1.0 in the master. The last pre 1.0 gem release documentation can be found here: http://github.com/mwmitchell/rsolr/tree/v0.12.1 - ==Documentation -The code docs for the last *release* can be viewed here : http://rdoc.info/projects/mwmitchell/rsolr +The code docs for the last *release* can be viewed here: http://rubydoc.info/gems/rsolr/1.0.6/frames == Installation: sudo gem install rsolr == Example: @@ -32,10 +30,14 @@ The :request attribute contains the original request context. You can use this for debugging or logging. Some of the keys this object contains are :uri, :query, :method etc.. The :response attribute contains the original response. This object contains the :status, :body and :headers keys. +== Timeouts +The read and connect timeout settings can be set when creating a new instance of RSolr: + solr = RSolr.connect(:read_timeout => 120, :open_timeout => 120) + == Querying Use the #get / #post method to send search requests to the /select handler: response = solr.get 'select', :params => { :q=>'washington', :start=>0, @@ -171,20 +173,16 @@ * Add tests for it. This is important so I don't break it in a future version unintentionally. * Commit, do not mess with rakefile, version, or history (if you want to have your own version, that is fine but bump version in a commit by itself I can ignore when I pull) * Send me a pull request. Bonus points for topic branches. -== Note on Patches/Pull Requests - -* Fork the project. -* Make your feature addition or bug fix. -* Add tests for it. This is important so I don't break it in a - future version unintentionally. -* Commit, do not mess with rakefile, version, or history. - (if you want to have your own version, that is fine but bump version in a commit by itself I can ignore when I pull) -* Send me a pull request. Bonus points for topic branches. - ==Contributors +* Antoine Latter +* Dmitry Lihachev +* Lucas Souza +* Peter Kieltyka +* Rob Di Marco +* Magnus Bergmark * Jonathan Rochkind * Chris Beer * Craig Smith * Randy Souza * Colin Steele \ No newline at end of file