Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Duplicate
-
1.4.1
-
None
Description
in the StreamingUpdateSolrServer .request() it identifies a commit/optimize request by having no document...
// this happens for commit... if( req.getDocuments()==null || req.getDocuments().isEmpty() ) { blockUntilFinished();
...but there are other situations where an UpdateRequest will nave no documents (delete, updates using stream.url or stream.file, etc...)