> On Apr 27, 2022, at 3:23 PM, Neha Gupta <neha.gu...@uni-jena.de> wrote: > > Just for information I will be firing queries from Java application to SOLR > using SOLRJ and would like to know how much maximum documents (i.e maximum > number of rows that i can request in the query) can be returned safely from > SOLR.
It’s impossible to answer that. First, how do you mean “safe”? How big are your documents? Let’s turn it around. Do you have a number in mind where you’re wondering if Solr can handle it? Like you’re thinking “Can Solr handle 10 million documents averaging 10K each”? That’s much easier to address. Andy