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

   I like this idea!  I hope we can find a simple enough API exposed through 
IWC to enable the optional grouping.
   
   This also has nice mechanical sympathy / symmetry with the distributed 
search engine analog.  A distributed search engine like OpenSearch indexes and 
searches into N shards across multiple servers, and this is nearly precisely 
the same logical problem that Lucene tackles on a single multi-core server when 
indexing and searching into N segments, especially as Lucene's intra-query 
concurrency becomes the norm/default and improves (e.g. allowing intra-segment 
per query concurrency as well).  We should cross-fertilize more based on this 
analogy: the two problems are nearly the same.  A shard, a segment, same thing 
heh (nearly).
   
   So this proposal is bringing custom document routing feature from 
OpenSearch, down into Lucene's segments.


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