Github user dsmiley commented on a diff in the pull request:
https://github.com/apache/lucene-solr/pull/385#discussion_r192622171
--- Diff: solr/core/src/java/org/apache/solr/update/AddUpdateCommand.java
---
@@ -66,6 +67,10 @@ public AddUpdateCommand(SolrQueryRequest req) {
super(req);
}
+ public static Iterable<Document>
toDocumentsIter(Collection<SolrInputDocument> docs, IndexSchema schema) {
--- End diff --
Yes I like this better here
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]