Fred12
Fred12
nope, the weirdo tutorial on this github page does not work, I used the code from this thread: https://github.com/codelibs/elasticsearch-minhash/issues/15 and got it to work, I am just trying to figure...
I couldn't resolve this issue either, how is one supposed to query by min_hash value?
Hello, I tried copy_bits_to operator, but it does not show me the created field: PUT /test_minhash_test { "index":{ "analysis":{ "analyzer":{ "minhash_analyzer":{ "type":"custom", "tokenizer":"standard", "filter":["minhash"] } } } } } PUT...
here is my fess.log: [fess.log](https://github.com/codelibs/elasticsearch-minhash/files/2977980/fess.log)
any ideas how to retrieve the content_minhash_bits field? I am stuck in getting the field ? What am I doing wrong?
ok thanks, it worked with the 6.6.0 version :)
Thanks for the info, however, I was using it in kibana, but I couldnt retieve the bits keyword field in GET... PUT /test_minhash_test { "index":{ "analysis":{ "analyzer":{ "minhash_analyzer":{ "type":"custom", "tokenizer":"standard",...