I have a standalone Solr server and an index of millions of documents. Some queries that e.g. more than 1 million times exist takes a long time. I only need the first 100 results, can I make solr stop ranking and sort by the first 100 hits? How can i limit the search time of sometimes more than 10 seconds?
Thanks Mike