kotman12 commented on PR #2382: URL: https://github.com/apache/solr/pull/2382#issuecomment-2082729041
@cpoerschke I was reading your last comment more carefully and I want to stress that the presearcher, once constructed, should be completely _stateless_ in the current proposal. The whole point of extracting the internal bits of lucene-monitor was to avoid its cumbersome internal state management that doesn't really fit nicely into solr (at least with anything I've been able to come up with). The presearcher merely exposes the methods to _efficiently_ convert queries into documents (and vice versa) which make reverse search faster. That is why it is used by both `MonitorUpdateRequestProcessor` and `ReverseQueryParser`. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
