RE: How can I use SortComparator in my case?

2007-03-02 Thread Mordo, Aviran (EXP N-NANNATEK)
You'll need to do it manually and not with Lucene. Just grab all the results from Lucene and process them yourself. Aviran http://aviransplace.com -Original Message- From: Ramana Jelda [mailto:[EMAIL PROTECTED] Sent: Friday, March 02, 2007 5:45 AM To: java-user@lucene.apache.org Subjec

RE: How can I use SortComparator in my case?

2007-03-05 Thread Ramana Jelda
gt; Subject: RE: How can I use SortComparator in my case? > > You'll need to do it manually and not with Lucene. > > Just grab all the results from Lucene and process them yourself. > > Aviran > http://aviransplace.com > > -Original Message- > From: Ram

Re: How can I use SortComparator in my case?

2007-03-05 Thread Erick Erickson
From: Mordo, Aviran (EXP N-NANNATEK) [mailto:[EMAIL PROTECTED] > Sent: Friday, March 02, 2007 8:02 PM > To: java-user@lucene.apache.org > Subject: RE: How can I use SortComparator in my case? > > You'll need to do it manually and not with Lucene. > > Just grab all the results fro

Re: How can I use SortComparator in my case?

2007-03-05 Thread Doron Cohen
t; > > > > -Original Message- > > > From: Mordo, Aviran (EXP N-NANNATEK) [mailto:[EMAIL PROTECTED] > > > Sent: Friday, March 02, 2007 8:02 PM > > > To: java-user@lucene.apache.org > > > Subject: RE: How can I use SortComparator in my ca

RE: How can I use SortComparator in my case?

2007-03-27 Thread Ramana Jelda
, March 05, 2007 10:22 PM > To: java-user@lucene.apache.org > Subject: Re: How can I use SortComparator in my case? > > I too cannot think of an indexing configuration that would help this. > > However it seems that all the required information exists at > search time, more preci

RE: How can I use SortComparator in my case?

2007-03-27 Thread Ramana Jelda
ED] > Sent: Tuesday, March 27, 2007 11:59 AM > To: java-user@lucene.apache.org > Subject: RE: How can I use SortComparator in my case? > > Thanks for all your help. > Here I am coming with the best solution I can see and I am > planning to implement this. > > Suppose