mikemccand / luceneutil

Various utility scripts for running Lucene performance tests
Apache License 2.0
202 stars 113 forks source link

Fix KnnGraphTester compilation with latest lucene changes #270

Closed benwtrent closed 3 months ago

benwtrent commented 3 months ago

One other thing is the transient dependency on hppc.

It would be really good if luceneutil was updated so it could download and use hppc directly (via ant, or gradle, etc.). But I suck at build systems and they make me want to throw my laptop, so, I didn't bother with that.