jpountz commented on issue #13387:
URL: https://github.com/apache/lucene/issues/13387#issuecomment-2144402163

   > However, implementing this approach would lead to significant overhead on 
the client side (such as OpenSearch) both in the terms of code changes and 
operational overhead like metadata management.
   
   Can you give more details? The main difference that comes to mind is that 
using multiple `IndexWriter`s requires multiple `Directory`s as well and 
OpenSearch may have a strong assumption that there is a 1:1 mapping between 
shards and folders on disk. But this could be worked around with a filter 
`Directory` that flags each index file with a prefix that identifies the group 
that each index file belongs to?


-- 
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: issues-unsubscr...@lucene.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org
For additional commands, e-mail: issues-h...@lucene.apache.org

Reply via email to