kotman12 commented on PR #13993: URL: https://github.com/apache/lucene/pull/13993#issuecomment-2502018488
Hey @romseygeek , this PR might not be the best forum but figure I'd mention this anyway.. I'm working on a [ReverseSearchQuery](https://github.com/kotman12/solr/pull/6/files) (name subject to change) which consolidates the presearch and candidate matching under one query with two-phase iterator. The benefit is that you can take advantage of searcher parallelizations that have been added to lucene over the last years. I think it's especially beneficial for the still hypothetical "solr-monitor" since bolting on, say, a `ParallelMatcher` isn't very easy. I'm mentioning this in case you think it might have broader use. At any rate, I figured it was at least relevant to any future lucene-monitor API discussions. Also, I'd appreciate another pair of eyes on it since I have very little experience developing in this area of lucene 😃 -- 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