just adding a TODO comment

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1159737 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Erik Hatcher 2011-08-19 18:43:34 +00:00
parent e36533d3e7
commit 7ff1fea206
1 changed files with 1 additions and 1 deletions

View File

@ -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)