Interesting Terms for MoreLikeThis Query in ElasticSearch

I have been trying to figure out how to get interesting terms using the MLT
query. Does ElasticSearch have this functionality similar to solr or if
not, is there a work around?

--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/ce9809d7-dd92-4939-a9ca-c2bd584126bc%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

You could always use explain to find out the best matching terms of any
query. In order to get all the interesting terms, you could run a query
where the top result document has matched itself.

Also the new significant terms might be of interest to you:

On Thursday, January 30, 2014 9:59:02 PM UTC+1, api...@clearedgeit.com
wrote:

I have been trying to figure out how to get interesting terms using the
MLT query. Does Elasticsearch have this functionality similar to solr or
if not, is there a work around?

--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/201edd47-d5d1-4fcf-a520-184737b6b7ec%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.