Aécio Santos

Results 54 comments of Aécio Santos

And to test it locally without S3, running an instance of minio (minio.io) is a good alternative.

Unfortunately, I do not have access to a Windows machine and we don't have specific instructions on how to set up ACHE on Windows in the documentation.

PR #341 adds support to the search interface and concludes this issue.

I think we should merge it now.

I created the following SVG just to get the ball rolling, but it's probably not the best design (I'm not really a designer). Let me know if you're interested in...

Another take using Figma. Standard size (1x): ![Abc-24x24](https://user-images.githubusercontent.com/150570/79694046-0878bb00-823c-11ea-81b5-39fc5340aaec.png) Large (15x): ![Abc-15x](https://user-images.githubusercontent.com/150570/79694047-09115180-823c-11ea-94f8-708afc7264b9.png) SVG: ``` ```

It looks like you are using a recent Java version and not exporting the proper modules required by some crawler dependencies.

I would expect it to work fine on Java 11 (the Docker version uses it). On recent Java versions, you can make modules accessible by adding flags `--add-opens` or `--add-exports`...

@dependabot ignore this major version

I just submitted a PR that exposes DisjunctionMaxQuery. Hopefully, someone can review and it can make it to the next release as well. BTW, thanks for this great library!