Logstash RPM on centos5.x

2014-01-28 Thread Kevin Pearson
Hello, I am having no problems using the elasticsearch logstash yum repo on centos6.x, but when I try on centos5.x I am not able to get an rpm to install. This is the error I get when I use the 1.3 repo: http://packages.elasticsearch.org/logstash/1.3/centos/repodata/primary.sqlite.bz2:

Re: Query score based on aggregated values

2014-01-22 Thread Kevin Pearson
could also do this in two roundtrips, getting the statistical average from the facet first and then executing a second query filtering only for products with a price higher than the average. --Alex On Fri, Jan 17, 2014 at 12:43 AM, Kevin Pearson kevin.p...@gmail.comjavascript: wrote

facet on results of another facet

2014-01-17 Thread Kevin Pearson
I have been trying to find a way to do this, and I am not sure if it is possible. Is it possible to do a facet on the results of another facet? I would like to use a terms_stats facet but only return terms that have a max and min that are different. Example: type: book: { title : string,

Query score based on aggregated values

2014-01-16 Thread Kevin Pearson
I am wondering if there is a way to use aggregated values inside a query. Example: Say our data contains items and their price: { id : string name : string price : float } I want to do a query that returns the top items that have a price far from the average price of items with