Hello,

I was just wondering. If I don't care about the number of matches for a
query, let alone what the matches are, just that there is *at least 1*
match for a query, what's the most efficient way to execute that query (on
the /select handler)? (Using Solr 8.7)

As a general approach for a query is "rows=0&sort=id asc" the best I can
do? Is there a more aggressive short circuit that will stop a searcher as
soon as it finds a match?

For a specific case where the query is for a single exact term in an
indexed field (with or without doc values) is there a different answer?

Thanks for any suggestions

Reply via email to