Folks 

Apologies about the multiple posts yesterday. A problem with the mobile 
device I borrowed, (not android).

Anyway what I was getting at is lets say you have rows in a database

Then what I want to do is:
select col1, count(col2) group by col1

Is this an option in Elasticsearch ? 

If I have to do something like: create index2 as select col1, count(col2) 
group by col1 then okay I will do that in Elasticsearch.....

How do I get these statistics on the data?

Thanks.

On Tuesday, April 29, 2014 12:11:58 AM UTC+1, eune...@gmail.com wrote:
>
> Yes you're right I thought of that. 
>
> But I just want to get some counts 
>
> Not a permanent count. Not a development change. I might want to get other 
> counts another day. 
>
>

-- 
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+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/elasticsearch/7614d210-5dee-4770-98d7-6121c683efd9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to