rmuir commented on PR #12073: URL: https://github.com/apache/lucene/pull/12073#issuecomment-1378128948
and maybe wildcard query isn't great example either: confirming matches is gonna be fast since its a bitset. But I am still suspicious of the logic here, I don't think we can infer anything about performance from "twoPhaseIterator() == null"... and it seems that is what we are doing here. We can't infer that matches are fast just because nobody `@Override` the method :) It could just be a query that isn't well optimized (e.g. custom user query or something). There are probably some of these in lucene that are an interesting worst-case here. -- 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]
