nitirajrathore
nitirajrathore
> > Fixed the bug and also made the code to execute parallely, so as to take less time for large document vector files. > > please, these need to...
@msokolov : As I have not updated any classes or files and Ant does not come in way of execution, all the exiting practices and commands should work like before....
Amazingly, I was also struglling with same issues in the build and was about to open an issue today for the same when I checked this issue already open last...
Another 2 interesting aspects of Gradle are 1. Its build files are actually written down in a programming language, like we can choose Groovy or Kotlin which are both jvm...
> Build systems become a barrier to progress making it hard to do simple things > I would expect dev effort against luceneutil to be 95% benchmarking at at most...
@mikemccand @msokolov @zhaih : I have removed gradle and maven builds from the luceneutil and used `ant` and `ivy` to manage the project. `java` classes gets compiled properly and and...
I have created a new PR with Ant + Ivy build. Please have a look. https://github.com/mikemccand/luceneutil/pull/247 I am still not sure how to test the nightly benchmarks. Please help me...
> Ideally all one should ever do is to invoke setup.py and that's it. Don't think so. Does not hurt to run `ant compile` before any python run. Ant can...
I think there are couple of things when talk about build system. 1. Java classes need to be compiled 2. Java dependencies needs to be satisfied. Like any external jars...
I was able to run tests on wiki dataset using the luceneutils package. The [results shows](https://github.com/mikemccand/luceneutil/pull/236) that even with a single segment index and no updates, around 1% nodes gets...