: 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
:: Solr - Lucene - Nutch
>> > Lucene ecosystem search :: http://search-lucene.com/
>> >
>> >
>> > >
>> > >From: Alireza Salimi
>> > >To: solr-user@lucene.apache.org
>> > >Sent: Tuesday, Oc
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:
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
:: 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
.@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
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
--- 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
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