Alexander Reelsen
Alexander Reelsen
WIP WIP WIP
This adds an additional check to only follow symlinks that are within the configured public directory of a static file handler. This ensures a malicious user cannot link to any...
When creating a new index with tantivy, one of the questions is > Should the field be fast (Y/N)? I'd guess that noone would like to deny that question. Maybe...
Elasticsearch is a big user of [randomized testing](https://labs.carrotsearch.com/randomizedtesting.html). The library however features a lot more, like thread leak detection in test cases. So a test suite fails, if a thread...
I am creating multiple progress bars, each one as a task in a thread pool (up to 300). When. the thread pool is running more than one task at once,...
As flush is doing the same and synced flush endpoint is removed in 8.0 (and has been deprecated since 7.6 which was released in february 2020), it makes sense to...
This adds the rank feature query to elastic-builder, as I'd like to test out rank features to speed up some queries :-) Closes #192
Hey, just stumbled over this and it looks great! Wondering if one can change the color of the text easily. As far as I understood the configuration of a class...
### Java API client version 8.11.1 ### Java version 21 ### Elasticsearch Version 8.11.1 ### Problem description The following snippet returns an error, but should not according to the documentation...