Skip to content

Commit

Permalink
Updated changes section in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
billdueber committed May 18, 2011
1 parent c7d6d0c commit 7c756e4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,9 @@ Note that you can use threach to multi-thread it all.


=== CHANGES
0.6.0
* Changed SolrInputDocument#add to ignore values that are the empty string in addition to nil

0.5.2
* More fixes to to_s

Expand Down
2 changes: 2 additions & 0 deletions lib/jruby_streaming_update_solr_server.rb
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@ def useJavabin!
# that responds to #each_pair) to add. The latter must be of the form solrfield => value or
# solrfield => [list, of, values]. They keys must be strings.
#
# Values of nil or the empty string are ignored.
#
# @example Create and add a SolrInputDocument
# url = 'http://solrmachine:port/solr' # URL to solr
# queuesize = 10 # Size of producer cache
Expand Down

0 comments on commit 7c756e4

Please sign in to comment.