Re: Find Documents with field = maxValue

2011-11-01 Thread Chris Hostetter
: What I'm looking for is to do everything in single shot in Solr. : I'm not even sure if it's possible or not. : Finding the max value and then running another query is NOT my ideal : solution. stats component to determine the max value, and a second query to search for docs containing that val

Re: Find Documents with field = maxValue

2011-10-23 Thread Erick Erickson
:: Solr - Lucene - Nutch >> > Lucene ecosystem search :: http://search-lucene.com/ >> > >> > >> > > >> > >From: Alireza Salimi >> > >To: solr-user@lucene.apache.org >> > >Sent: Tuesday, Oc

Re: Find Documents with field = maxValue

2011-10-19 Thread Alireza Salimi
Otis > > > > Sematext :: http://sematext.com/ :: Solr - Lucene - Nutch > > Lucene ecosystem search :: http://search-lucene.com/ > > > > > > >________ > > >From: Alireza Salimi > > >To: solr-user@lucene.apache.org > > >Sent: Tuesday, October 18, 2011 10:

Re: Find Documents with field = maxValue

2011-10-18 Thread Sujit Pal
com/ > > > > > >From: Alireza Salimi > >To: solr-user@lucene.apache.org > >Sent: Tuesday, October 18, 2011 10:15 AM > >Subject: Re: Find Documents with field = maxValue > > > >Hi Ahmet, > > > >Thanks for

Re: Find Documents with field = maxValue

2011-10-18 Thread Otis Gospodnetic
:: http://search-lucene.com/ > >From: Alireza Salimi >To: solr-user@lucene.apache.org >Sent: Tuesday, October 18, 2011 10:15 AM >Subject: Re: Find Documents with field = maxValue > >Hi Ahmet, > >Thanks for your reply, but I want ALL d

RE: Find Documents with field = maxValue

2011-10-18 Thread Brandon Ramirez
.@gmail.com] Sent: Tuesday, October 18, 2011 10:15 AM To: solr-user@lucene.apache.org Subject: Re: Find Documents with field = maxValue Hi Ahmet, Thanks for your reply, but I want ALL documents with age = max_age. On Tue, Oct 18, 2011 at 9:59 AM, Ahmet Arslan wrote: > > > --- On Tu

Re: Find Documents with field = maxValue

2011-10-18 Thread Alireza Salimi
Hi Ahmet, Thanks for your reply, but I want ALL documents with age = max_age. On Tue, Oct 18, 2011 at 9:59 AM, Ahmet Arslan wrote: > > > --- On Tue, 10/18/11, Alireza Salimi wrote: > > > From: Alireza Salimi > > Subject: Find Documents with field = ma

Re: Find Documents with field = maxValue

2011-10-18 Thread Ahmet Arslan
--- On Tue, 10/18/11, Alireza Salimi wrote: > From: Alireza Salimi > Subject: Find Documents with field = maxValue > To: solr-user@lucene.apache.org > Date: Tuesday, October 18, 2011, 4:10 PM > Hi, > > It might be a naive question. > Assume we have a list of Document

Find Documents with field = maxValue

2011-10-18 Thread Alireza Salimi
Hi, It might be a naive question. Assume we have a list of Document, each Document contains the information of a person, there is a numeric field named 'age', how can we find those Documents whose *age* field is *max(age) *in one query. So far I've found that function queries don't support aggreg