In some cases we want to use solr-bench to reindex docs that are exported from a Solr instance and may include the _version_ field. This cannot be included in a doc to index so added code to remove it if present.
Additionally this includes some housekeeping items to:
Upgrade the jarchivelib to avoid logging lots of warnings on newer versions of Java
Add to readme to allow for using python3 if installed to view results
In some cases we want to use solr-bench to reindex docs that are exported from a Solr instance and may include the
_version_
field. This cannot be included in a doc to index so added code to remove it if present.Additionally this includes some housekeeping items to: