Adrien Grand

Results 40 issues of Adrien Grand

Our search benchmarks use a fixed number of top hits that is equal to 10. Even though his may be the number of hits displayed in the UI, in many...

It's so common to query multiple fields at once with the same query, we should have a benchmark for this case with the query that computes scores in a way...

Expect `IndexOutOfBoundsException` when opening indices with truncated files.

On my GPG version, not doing so makes `ant sign-artifacts` fail as the default pinentry mode is `ask`, which wants to create a dialog that asks for the GPG password.

When it's ok to start requiring Java 9+ (maybe now is fine since Java 11 is the current LTS release?) we should implement `LZ4SafeUtils#commonBytes` using `Arrays#mismatch`. It yielded a good...

When compressing lots of small buffers, it may happen that the bottleneck is the allocation of the hash table. There should be an option in order to reuse these hash...

enhancement

The C API supports partial decompression of a block in case only the first bytes are of interest.

This commit adds a new `TermsEnumIndex` abstraction in `oal.index` that wraps a `TermsEnum` and an index of the segment that it belongs to, and can be used to create priority...

This speeds up WANDScorer by computing scores of docs that are positioned on the next candidate competitive document in order to potentially detect that no further match is possible, before...