epugh commented on PR #1182:
URL: https://github.com/apache/solr/pull/1182#issuecomment-1504046891

   @bszabo97 I was able to run export just fine:
   
   ```
   (base) ➜  solr-10.0.0-SNAPSHOT git:(SOLR-16367) ✗ ./bin/solr export -url 
http://localhost:8983/solr/films         
   NO: of shards : 1
   .
   Total Docs exported: 100. Time taken: 0secs
   ```
   
   However, with a larger number output, I get a different count:
   
   ```
   (base) ➜  solr-10.0.0-SNAPSHOT git:(SOLR-16367) ✗ ./bin/solr export -url 
http://localhost:8983/solr/films -limit -1
   NO: of shards : 1
   ..
   Export complete for : films_shard1_replica_n1, docs : 1,100
   
   Total Docs exported: 1099. Time taken: 0secs
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org
For additional commands, e-mail: issues-h...@solr.apache.org

Reply via email to