Devs: Thanks for all the hard work. Elasticsearch is awesome!
Question: I'm still getting to know ElasticSearch, but I'm wondering
if there is a way to combine a histogram facet with a terms facet in a
single result set. For example, I have articles with created_at and
states of ['draft', 'pending_review', 'rejected', 'published',
'etc']. I'm trying return counts of articles per state for each date
for a data visualization. I'd be looking for an output that might look
like this:
Is there anyway to fetch this in a single query? I was looking around
the documents and couldn't find a way to implement it. Any help would
be appreciated!
Devs: Thanks for all the hard work. Elasticsearch is awesome!
Question: I'm still getting to know Elasticsearch, but I'm wondering
if there is a way to combine a histogram facet with a terms facet in a
single result set. For example, I have articles with created_at and
states of ['draft', 'pending_review', 'rejected', 'published',
'etc']. I'm trying return counts of articles per state for each date
for a data visualization. I'd be looking for an output that might look
like this:
Is there anyway to fetch this in a single query? I was looking around
the documents and couldn't find a way to implement it. Any help would
be appreciated!
Devs: Thanks for all the hard work. Elasticsearch is awesome!
Question: I'm still getting to know Elasticsearch, but I'm wondering
if there is a way to combine a histogram facet with a terms facet in a
single result set. For example, I have articles with created_at and
states of ['draft', 'pending_review', 'rejected', 'published',
'etc']. I'm trying return counts of articles per state for each date
for a data visualization. I'd be looking for an output that might look
like this:
Is there anyway to fetch this in a single query? I was looking around
the documents and couldn't find a way to implement it. Any help would
be appreciated!
Hi,
I am just starting out with elasticsearch and I really like it. Very helpful and rich with features!
I've been using elasticsearch to index events. Similarly I want to query for a count of documents by time. That is, I want to be able to see an average of the number of error events per hour for the last week etc.
Any idea if this sort of feature might be coming up?
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.