mirror of https://github.com/apache/lucene.git
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:
parent
e36533d3e7
commit
7ff1fea206
|
@ -42,7 +42,7 @@ class Solr::Indexer
|
||||||
end
|
end
|
||||||
add_docs(buffer) if !buffer.empty?
|
add_docs(buffer) if !buffer.empty?
|
||||||
|
|
||||||
@solr.commit unless @debug
|
@solr.commit unless @debug # TODO: provide option to not commit
|
||||||
end
|
end
|
||||||
|
|
||||||
def add_docs(documents)
|
def add_docs(documents)
|
||||||
|
|
Loading…
Reference in New Issue