mikemccand / luceneutil

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

fix textDocFileName location in knn.gradle #294

Closed ChrisHegarty closed 3 weeks ago

ChrisHegarty commented 3 weeks ago

This commit fixes the location of the textDocFileName (enwiki-20120502-lines-1k-fixed-utf8-with-random-label.txt), file location in knn.gradle. It's in the dataDir not the taskDir - at least for me, no?

ChrisHegarty commented 3 weeks ago

@zhaih

mikemccand commented 3 weeks ago

Thanks @ChrisHegarty! Busy day!

ChrisHegarty commented 3 weeks ago

Busy day!

Offloading small peanut butter changes from my local repo. Hopefully not too much noise, to separate them out! ?

zhaih commented 3 weeks ago

Thanks for fixing it! @ChrisHegarty