Reputation: 555
I'm using QuerySolr processor in Apache Nifi to retrieve a document list that exceeds 10000 (which is the upper limit defined in QuerySolr processor [1]). Is there a way to bypass this limit in QuerySolr processor or is there a work around to retrieve more Solr documents than the defined upper limit?
Upvotes: 0
Views: 183
Reputation: 555
Tried different things, and it seems unless you modify QuerySolr processor code's UPPER_LIMIT_START_PARAM, this cannot be avoided for indexes with more than 10,000 documents.
Upvotes: 0