Diego
Diego
# Description This is an issue in Lucene that affects Solr Distributed Grouped responses: `TopGroupsShardResponseProcessor` uses `TopGroups.merge` to merge together the grouped results of different shard. If a shard didn't...
Commit 58d4b1e9608fcb883ab0d4cc7291e01492e94b7f introduced a regression: now languages are not just strings but proper values of an enum but in the enum in avro I specied only Italian and English. Requesting...
commit: https://github.com/diegoceccarelli/json-wikipedia/commit/d3d6398ece696119a96f1ea08132e5ad2657c6a6 disabled sending the report to codecov because we had to switch from cobertura to jacoco (cobertura wasn't compatible with openjdk11). Find a way to send the report to...
I'm having a lot of troubles installing watson-ruby on my macbook pro. I've Mountain Lion, that ships with ruby < 2.0.0, so to install watson I'll have to reinstall ruby...
Hi *, this is a really interesting project, thanks for sharing :) I was wondering why for lucene there is only bm25 and not other ranking functions (e.g., lucene's tfidf...
The License in `pytrec_eval` is MIT but the repo includes https://github.com/usnistgov/trec_eval/tree/de6a29f8ba9312c73f978aa9739695aa8ebf48eb that is under the copyright of Chris Buckley see also https://github.com/usnistgov/trec_eval/blob/master/convert_zscores.c#L2-L5 and https://github.com/usnistgov/trec_eval/issues/10