Re: Getting maximum and minimum values of a field

2008-05-30 Thread Jonathan Ariel
ospodnetic < >>> [EMAIL PROTECTED]> wrote: >>> >>> >>> >>>> Was thinking... how about making those functions pluggable? Doable? >>>> >>>> Otis >>>> -- >>>> Sematext -- http://sematext.com/ -- L

Re: Getting maximum and minimum values of a field

2008-05-30 Thread Uri Boness
essage From: Jonathan Ariel <[EMAIL PROTECTED]> To: solr-user@lucene.apache.org Sent: Friday, May 30, 2008 3:36:21 PM Subject: Re: Getting maximum and minimum values of a field What do you mean? Right now you send an extra parameter f.weight.facet.statistical=true and it will add stat

Re: Getting maximum and minimum values of a field

2008-05-30 Thread Jonathan Ariel
Gospodnetic < >>> [EMAIL PROTECTED]> wrote: >>> >>> >>> >>>> Was thinking... how about making those functions pluggable? Doable? >>>> >>>> Otis >>>> -- >>>> Sematext -- http://sematext.com/ -

Re: Getting maximum and minimum values of a field

2008-05-30 Thread Francisco Sanmartin
IL PROTECTED]" <[EMAIL PROTECTED]> To: solr-user@lucene.apache.org Sent: Friday, May 30, 2008 3:56:14 AM Subject: Re: Getting maximum and minimum values of a field I know that I would definately be interested in that. :) /Jimi Quoting Jonathan Ariel : Ok. So I have a

Re: Getting maximum and minimum values of a field

2008-05-30 Thread Otis Gospodnetic
'll look at the patch later. Otis -- Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch - Original Message > From: Jonathan Ariel <[EMAIL PROTECTED]> > To: solr-user@lucene.apache.org > Sent: Friday, May 30, 2008 3:36:21 PM > Subject: Re: Getting maximum and

Re: Getting maximum and minimum values of a field

2008-05-30 Thread Jonathan Ariel
>> >> Otis >> -- >> Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch >> >> >> - Original Message >> > From: "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> >> > To: solr-user@lucene.apache.org >> > Sent: Friday, May 30,

Re: Getting maximum and minimum values of a field

2008-05-30 Thread Jonathan Ariel
> Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch > > > - Original Message > > From: "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> > > To: solr-user@lucene.apache.org > > Sent: Friday, May 30, 2008 3:56:14 AM > > Subject: Re: Ge

Re: Getting maximum and minimum values of a field

2008-05-30 Thread Otis Gospodnetic
2008 3:56:14 AM > Subject: Re: Getting maximum and minimum values of a field > > I know that I would definately be interested in that. :) > > /Jimi > > Quoting Jonathan Ariel : > > > Ok. So I have a version of solr with a small modification to the SimpleFacet > &g

Re: Getting maximum and minimum values of a field

2008-05-30 Thread solr
I know that I would definately be interested in that. :) /Jimi Quoting Jonathan Ariel <[EMAIL PROTECTED]>: Ok. So I have a version of solr with a small modification to the SimpleFacet class where you can send a parameter to tell that you want some more info. It'll bring back a list with the ma

Re: Getting maximum and minimum values of a field

2008-05-29 Thread Shalin Shekhar Mangar
By all means, please go ahead. Contributions are always welcome :) On Fri, May 30, 2008 at 12:56 AM, Jonathan Ariel <[EMAIL PROTECTED]> wrote: > Ok. So I have a version of solr with a small modification to the SimpleFacet > class where you can send a parameter to tell that you want some more info.

Re: Getting maximum and minimum values of a field

2008-05-29 Thread Jonathan Ariel
Ok. So I have a version of solr with a small modification to the SimpleFacet class where you can send a parameter to tell that you want some more info. It'll bring back a list with the max and min values as well as the SD, CV and Mean for the facet values. If you are interested I could generate a p

Getting maximum and minimum values of a field

2008-05-27 Thread Jonathan Ariel
Hi!I'm looking for a way to get the maximum and minimum value of a field (like price) in a specific query. First I thought about using facet for that, but since price may have lots of different and unique values, a facet is not a good idea. Any thoughts about how can I achieve this? Thanks! Jonat