Aécio Santos

Results 54 comments of Aécio Santos

Thanks, for the reply. I'm not sure I would be able to make it in the next month or so given my current project priorities, but I may be able...

I had this same error after updating to JDK 17 and Gradle 7.2. I found two errors that may cause this message: - One happens if you are using an...

This Gradle plugin is a wrapper for the original Google's library [google-java-formatter](https://github.com/google/google-java-format). As described in the README of this project, you can change the library version by adding the following...

I am wondering whether did you consider using top-k aggregation algorithms like the TA or NRA (see http://alumni.cs.ucr.edu/~skulhari/Top-k-Query.pdf) that avoid traversing the complete posting list (and actually counting the hits)?...

Thanks for reporting the results of your experiments @alexklibisz! The paper you mentioned is indeed excellent. If you're willing to dig deeper into this, the following paper is more recent...

Thanks for the details. It all makes sense now. :) If the problem is iterating over the long postings lists, then a promising solution might be to use the BlockMax...

I thought that because each hash (term) has a numeric value (frequency) associated with it, the score upper bounds would not be the same because they would depend on the...

Thanks for your detailed log messages. I'll try to explain a bit how ACHE works, which hopefully will help you to debug the problem. ACHE runs a few different threads...

I think you mean to not change the `ELASTIC` format in KAFKA, and if so, that is not possible. I can't change one without changing the other since they are...

We will need to fix this and change the format before the next version release. For now, changing Elasticsearch setting to increase the `index.mapping.total_fields.limit` might work as a temporary workaround:...