Hi, Suppose I have 8 concurrent threads indexing multiple documents.
1. Lucene creates a new in-memory segment for a thread if all other existing in-memory segments are handing docs. So, does it mean that the maximum number of in-memory segments I could have is 8? 2. Is there a one-to-one mapping between in-memory segments and segments that are created during flush -- i.e. when either the number of buffer docs or the in-buffer size reaches the limit? Thanks, Alex