Please include your schema and some sample queries so we have specifics to go on.
> On Feb 8, 2023, at 9:00 AM, Mike <mz579...@gmail.com> wrote: > > 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