Good afternoon!
Can you help me please with some error? I had old version 1.3.4 of Elasticsearch and installed plugin Carrot2 Clustering plugin 1.7.0. I upgraded Elasticsearch to version 1.5.0 and plugin Carrot2 Clustering plugin 1.8.0.
Now I'm trying to create cluster in plugin carrot2 using plugin head of Elasticsearch. When I write in plugin head POST http://localhost:9200/name_index/_search_with_clusters
{"search_request":{"fields":["message", "url"],"query":{"match":{"_all":"play"}},"size":100},"query_hint":"play","algorithm":"lingo","field_mapping":{"message":["fields.message"], "url":["fields.url"]}}
I get results similar to results, that is described in examples in documentation in plugin carrot2. But when I try to create cluster in plugin carrot2, I get "no results found" (I tried with two different indexes and there is the same situation)
If I write {"search_request":{"fields":["CONTENT", "url"]....
I don't get in plugin head results with content, in mapping I have "message" instead "content".
Could you explain me please, what mistake it can be?
Thank you :)