Re: MultiSearcher query with Sort option

2009-04-10 Thread Preetham Kajekar
@lucene.apache.org Subject: Re: MultiSearcher query with Sort option Hi, I just realized it was a bug in my code. On a related note, is it possible to Sort based on reverse index order ? Thanks, ~preetham Uwe Schindler wrote: Hallo Preetham, never heard of this. What Lucene version do you use

Re: MultiSearcher query with Sort option

2009-04-10 Thread Preetham Kajekar
- From: Preetham Kajekar [mailto:preet...@cisco.com] Sent: Friday, April 10, 2009 11:27 AM To: java-user@lucene.apache.org Subject: Re: MultiSearcher query with Sort option Hi, I just realized it was a bug in my code. On a related note, is it possible to Sort based on reverse index order ? Thanks

Re: MultiSearcher query with Sort option

2009-04-10 Thread Michael McCandless
de > eMail: u...@thetaphi.de > >> -Original Message- >> From: Preetham Kajekar [mailto:preet...@cisco.com] >> Sent: Friday, April 10, 2009 11:27 AM >> To: java-user@lucene.apache.org >> Subject: Re: MultiSearcher query with Sort option >> >> Hi, &

RE: MultiSearcher query with Sort option

2009-04-10 Thread Uwe Schindler
://www.thetaphi.de eMail: u...@thetaphi.de > -Original Message- > From: Preetham Kajekar [mailto:preet...@cisco.com] > Sent: Friday, April 10, 2009 11:27 AM > To: java-user@lucene.apache.org > Subject: Re: MultiSearcher query with Sort option > > Hi, > I just realized it was

Re: MultiSearcher query with Sort option

2009-04-10 Thread Preetham Kajekar
Hi, I just realized it was a bug in my code. On a related note, is it possible to Sort based on reverse index order ? Thanks, ~preetham Uwe Schindler wrote: Hallo Preetham, never heard of this. What Lucene version do you use? To check out, try the search in andifferent way: Combine the two ind

RE: MultiSearcher query with Sort option

2009-04-10 Thread Uwe Schindler
Hallo Preetham, never heard of this. What Lucene version do you use? To check out, try the search in andifferent way: Combine the two indexes not into a MultiSearcher, instead open an IndexReader for both indexes and combine both readers to a MultiReader. This MultiReader can be used like a conven