jpountz commented on issue #11791: URL: https://github.com/apache/lucene/issues/11791#issuecomment-1252597988
Yes, Lucene makes no difference between queries and filters. It's cheap in the sense that it only performs terms dictionary lookups and quick checks in KD tree indexes but doesn't do more expensive operations like iterating postings or checking KD tree leaves. -- 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