mikemccand / luceneutil

Various utility scripts for running Lucene performance tests
Apache License 2.0
205 stars 115 forks source link

Use global java exec in vector-test #281

Closed vigyasharma closed 4 months ago

vigyasharma commented 4 months ago

src/python/vector-test.py uses a hard-coded location for java exec. Change to use location defined in global constants.py. This will automatically refer to $JAVA_HOME once #279 is merged in.

vigyasharma commented 4 months ago

added commit to #279 itself.