lucidworks / spark-solr

Tools for reading data from Solr as a Spark RDD and indexing objects from Spark into Solr using SolrJ.
Apache License 2.0
446 stars 250 forks source link

Update README for rows option #349

Open sayhimatt opened 2 years ago

sayhimatt commented 2 years ago

Currently in the README the rows option is said to have a default value of 1000. However, in the QueryConstants.scala we observe that the DEFAULT_PAGE_SIZE is set to 5000.