sohami commented on issue #12347:
URL: https://github.com/apache/lucene/issues/12347#issuecomment-1589521517

   @javanna I am looking to provide both custom `slice` computation and custom 
`SliceExecutor`. Thinking on similar lines to take the `slices` in constructor, 
can we provide a constructor which takes in both a `SliceProvider` and 
`SliceExecutor` like:  `IndexSearcher(IndexReader reader, 
Function<List<LeafReaderContext>, LeafSlice[]> sliceProvider, SliceExecutor 
sliceExecutor)`. This way we will provide customization for both and keep the 
slice computation separate from `SliceExecutor` as today.


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