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: [Errn

Re: Query score based on aggregated values

2014-01-22 Thread Kevin Pearson
he > statistical facet. > > You 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,

Re: facet on results of another facet

2014-01-22 Thread Kevin Pearson
This is what I expected the answer to be. We will be looking into upgrading to 1.0.0 soon and take advantage of aggregations. Thank you! Kevin On Friday, January 17, 2014 1:06:32 PM UTC-8, Jörg Prante wrote: > > Faceting facet results is possible with the aggregations framework :) > > For an int

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 w