From 7ff1fea20693d6f8c95aa68766cf0308627fda64 Mon Sep 17 00:00:00 2001 From: Erik Hatcher Date: Fri, 19 Aug 2011 18:43:34 +0000 Subject: [PATCH] just adding a TODO comment git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1159737 13f79535-47bb-0310-9956-ffa450edef68 --- solr/client/ruby/solr-ruby/lib/solr/indexer.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/solr/client/ruby/solr-ruby/lib/solr/indexer.rb b/solr/client/ruby/solr-ruby/lib/solr/indexer.rb index 5210f05a7c4..863510c8bc1 100755 --- a/solr/client/ruby/solr-ruby/lib/solr/indexer.rb +++ b/solr/client/ruby/solr-ruby/lib/solr/indexer.rb @@ -42,7 +42,7 @@ class Solr::Indexer end add_docs(buffer) if !buffer.empty? - @solr.commit unless @debug + @solr.commit unless @debug # TODO: provide option to not commit end def add_docs(documents)