Re: [I] TermsQuery as MultiTermQuery can dramatically overestimate its cost [lucene]

2024-08-12 Thread via GitHub
gsmiller commented on issue #12483: URL: https://github.com/apache/lucene/issues/12483#issuecomment-2284479926 @mayya-sharipova do you have any additional information on this regression by chance? I know you did some work back in #13454 to help in this space, then @msfroh did work in #13201

Re: [I] TermsQuery as MultiTermQuery can dramatically overestimate its cost [lucene]

2024-08-12 Thread via GitHub
gsmiller commented on issue #12483: URL: https://github.com/apache/lucene/issues/12483#issuecomment-2284079513 Got it, thanks @romseygeek -- 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 spec

Re: [I] TermsQuery as MultiTermQuery can dramatically overestimate its cost [lucene]

2024-08-12 Thread via GitHub
romseygeek commented on issue #12483: URL: https://github.com/apache/lucene/issues/12483#issuecomment-2283377281 Hey @gsmiller, thanks for the ping! I'm working elsewhere now, but IIRC @mayya-sharipova was looking at similar issues in the past so may be able to reproduce the issue and see

Re: [I] TermsQuery as MultiTermQuery can dramatically overestimate its cost [lucene]

2024-08-09 Thread via GitHub
gsmiller commented on issue #12483: URL: https://github.com/apache/lucene/issues/12483#issuecomment-2278767613 Hey @romseygeek - there's been a recent improvement to `AbstractMultiTermQueryConstantScoreWrapper` that may help the use-case you've described here (#13201). I'm curious if this s