Dileepa Jayakody
Dileepa Jayakody

Reputation: 555

Apache Nifi QuerySolr processor hitting upper limit of the start parameter

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?

[1] https://github.com/apache/nifi/blob/master/nifi-nar-bundles/nifi-solr-bundle/nifi-solr-processors/src/main/java/org/apache/nifi/processors/solr/QuerySolr.java#L130

Upvotes: 0

Views: 183

Answers (1)

Dileepa Jayakody
Dileepa Jayakody

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

Related Questions