Rows parameter is not honored during import in some cases ---------------------------------------------------------
Key: SOLR-832 URL: https://issues.apache.org/jira/browse/SOLR-832 Project: Solr Issue Type: Bug Components: contrib - DataImportHandler Affects Versions: 1.3 Reporter: Shalin Shekhar Mangar Assignee: Shalin Shekhar Mangar Fix For: 1.4 # The rows parameter is not honored in non-debug mode. # During debug mode, the rows parameter for a new request resets the old value. Therefore, the import will abort immediately, if rows is not specified on a subsequent request and if the original value for rows was greater than the default (10). The first one is an enhancement and the second is a major bug. The fix for both is very related and it is best to handle both in the same issue. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.