stevenschlansker commented on issue #12026: URL: https://github.com/apache/lucene/issues/12026#issuecomment-1360140114
Our current use case involves doing a number of existence-tests of boolean queries of term queries, like `count(docType = A AND docId = B) == 0`, which is why we end up doing so many small count operations. Since it is the conjunction of two terms, I don't think the term frequency by itself helps us. I'll look into restructuring our code at a higher level to avoid this, and make sure the debug non safepoints flag is on. Thanks for your help. -- 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]
