Shinsuke Sugaya

Results 201 comments of Shinsuke Sugaya

You can check dependencies for this project in [pom.xml](https://github.com/codelibs/elasticsearch-cluster-runner/blob/master/pom.xml#L131-L264). It's better to check your dependencies in your project.

I could not reproduce it. Could you provide steps or all code to reproduce it.

Could you provide info to reproduce it?

I think the plugin installation is failed.

In [Fess](https://fess.codelibs.org/), [Field Collapsing](https://www.elastic.co/guide/en/elasticsearch/reference/current/search-request-collapse.html) is used.

It depends on elasticsearch. So, if elasticsearch uses the version of Lucene, this runner will provide it.

elasticsearch depends on Lucene. elasticsearch 7.10.2 use Lucene 8.7.0, so you should use the same Lucene. I think this is just a dependency problem, not our library. Therefore, you need...

See https://maven.codelibs.org/org/codelibs/elasticsearch-cluster-runner/

Using "copy_bits_to" parameter, you can copy minhash value as visible bits string(ex. 01011...), and then I think that similar documents are found with term or fuzzy query. https://github.com/codelibs/elasticsearch-minhash/blob/master/src/test/java/org/codelibs/elasticsearch/minhash/MinHashPluginTest.java#L99

If you want to make "minhash_bits" value visible, it's better to add "store":true.