Re: Getting maximum and minimum values of a field

2008-05-30 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-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 max

Re: Getting maximum and minimum values of a field

2008-05-30 Thread Otis Gospodnetic
: 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 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-30 Thread Jonathan Ariel
/ -- 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: Getting maximum and minimum values of a field I know that I would definately be interested in that. :) /Jimi

Re: Getting maximum and minimum values of a field

2008-05-30 Thread Jonathan Ariel
: [EMAIL 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 version

Re: Getting maximum and minimum values of a field

2008-05-30 Thread Otis Gospodnetic
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 minimum values of a field What do you mean

Re: Getting maximum and minimum values of a field

2008-05-30 Thread Francisco Sanmartin
@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 version of solr with a small modification

Re: Getting maximum and minimum values of a field

2008-05-30 Thread Jonathan Ariel
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 class where you can send a parameter to tell that you want some more info. It'll bring

Re: Getting maximum and minimum values of a field

2008-05-30 Thread Uri Boness
: 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 statistical information to the facet

Re: Getting maximum and minimum values of a field

2008-05-30 Thread Jonathan Ariel
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 statistical information to the facet field response

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!