Evengard opened a new issue, #788:
URL: https://github.com/apache/lucenenet/issues/788

   Hello!
   
   It seems weird, that while DeleteDocuments accepts multiple `Term`s, 
UpdateDocuments accepts only one. This makes updating multiple documents (aka 
with different IDs) go through the singular UpdateDocument calls for each of 
them, or use DeleteDocuments and then AddDocuments manually (honestly, no idea 
which is better, for now I stick with multiple UpdateDocument calls).
   
   Would it be possible to make the API accept multiple `Term`s so that we 
could update multiple documents more effectively?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@lucenenet.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to