tonyguo2022 commented on issue #763:
URL: https://github.com/apache/lucenenet/issues/763#issuecomment-1322507945

   > So when you say "After Merge() operation, we immediately collect the 
output files and store them to cloud storage." That would only work well if 
there is no need to add additional documents to the index. Otherwise, without 
ongoing merging, the number of segments will grow very large and search times 
will become slower and slower due to the number of segments that must be 
searched.
   
   
   @rclabo 
   We actually do indexWriter.ForceMerge() and indexWriter.Commit() when the 
number of segments has exceeded a threshold.


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

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

Reply via email to