Ideas cloud in Elasticsearch

Hello,

I'm trying to find a way how to get the most frequently word/term
connections in query results. I would like to use them for ideas cloud and
tree like attached. Any Ideas?

Thanks
Petr

--
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.
For more options, visit https://groups.google.com/groups/opt_out.

You can have a terms facet on the fields you are querying. However, since
you probably want to facet over the analyzed values, the results can be
confusing if you use stemming, ngrams or any other token filter that
modifies the term.

Cheers,

Ivan

On Tue, Oct 29, 2013 at 7:49 AM, Petr Janský petr.jansky@6hats.cz wrote:

Hello,

I'm trying to find a way how to get the most frequently word/term
connections in query results. I would like to use them for ideas cloud and
tree like attached. Any Ideas?

Thanks
Petr

--
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.
For more options, visit https://groups.google.com/groups/opt_out.

--
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.
For more options, visit https://groups.google.com/groups/opt_out.