Most popular terms searched

Is it possible to get which are the most common phrases and/or terms?

Thanks in advance.

have a look into facets or did you mean terms in the user query?

On 19 Okt., 01:12, John Solo tunilo...@gmail.com wrote:

Is it possible to get which are the most common phrases and/or terms?

Thanks in advance.

I don't mean a single query. I mean if there is a way to know (with
Elasticsearch) which are the most common terms on a particular index
so that I can store for example the searches user perform and know
which are the most common.

On Oct 19, 5:03 am, Karussell tableyourt...@googlemail.com wrote:

have a look into facets or did you mean terms in the user query?

On 19 Okt., 01:12, John Solo tunilo...@gmail.com wrote:

Is it possible to get which are the most common phrases and/or terms?

Thanks in advance.

There is no such feature in elasticsearch out of the box. But as Peter
pointed out, it is not hard to implement this feature by recording user
queries and then you can use for example faceted search to get the most
frequent queries or terms.

Regards,
Lukas

On Wed, Oct 19, 2011 at 7:29 PM, John Solo tunilopez@gmail.com wrote:

I don't mean a single query. I mean if there is a way to know (with
Elasticsearch) which are the most common terms on a particular index
so that I can store for example the searches user perform and know
which are the most common.

On Oct 19, 5:03 am, Karussell tableyourt...@googlemail.com wrote:

have a look into facets or did you mean terms in the user query?

On 19 Okt., 01:12, John Solo tunilo...@gmail.com wrote:

Is it possible to get which are the most common phrases and/or terms?

Thanks in advance.

John,

Have a look at Sematext Search Analytics service - it's currently
completely free:

Cloud Monitoring Tools & Services | Sematext

This will give you a bunch of reports about what's going on with your
search, ability to slice and dice the data, see graphs of various
search behaviour metrics over time, pie charts, top N style reports,
etc.

Otis

On Oct 18, 7:12 pm, John Solo tunilo...@gmail.com wrote:

Is it possible to get which are the most common phrases and/or terms?

Thanks in advance.

Hey Otis,

does it already support elasticsearch as well?

Regards,
Lukas

On Thu, Oct 20, 2011 at 12:24 PM, Otis Gospodnetic <
otis.gospodnetic@gmail.com> wrote:

John,

Have a look at Sematext Search Analytics service - it's currently
completely free:

Cloud Monitoring Tools & Services | Sematext

This will give you a bunch of reports about what's going on with your
search, ability to slice and dice the data, see graphs of various
search behaviour metrics over time, pie charts, top N style reports,
etc.

Otis

On Oct 18, 7:12 pm, John Solo tunilo...@gmail.com wrote:

Is it possible to get which are the most common phrases and/or terms?

Thanks in advance.

Yes, Sematext Search Analytics is search-platform independent, so yes,
if your search is powered by Elasticsearch, you can see all the same
reports as people using Solr or FAST or Endeca or ....

Give it a try, it's completely free for now: Cloud Monitoring Tools & Services | Sematext

All feedback appreciated!

Otis

On Oct 20, 7:09 am, Lukáš Vlček lukas.vl...@gmail.com wrote:

Hey Otis,

does it already support elasticsearch as well?

Regards,
Lukas

On Thu, Oct 20, 2011 at 12:24 PM, Otis Gospodnetic <

otis.gospodne...@gmail.com> wrote:

John,

Have a look at Sematext Search Analytics service - it's currently
completely free:

Cloud Monitoring Tools & Services | Sematext

This will give you a bunch of reports about what's going on with your
search, ability to slice and dice the data, see graphs of various
search behaviour metrics over time, pie charts, top N style reports,
etc.

Otis

On Oct 18, 7:12 pm, John Solo tunilo...@gmail.com wrote:

Is it possible to get which are the most common phrases and/or terms?

Thanks in advance.

Hi guys,

how it's possible to "register the user queries"? By percolate mechanism?