I am using python elastic search and I need to do document clustering. I have installed carrot2 ( https://github.com/carrot2/elasticsearch-carrot2 ).
How do I call the carrot clustering module from python after
from elasticsearch import Elasticsearch
es = Elasticsearch()
es.search(.....)