Re: Merging results from two searches on two separate Searchers

2012-02-14 Thread liat oren
uary 15, 2012 1:57 AM > > To: java-user@lucene.apache.org > > Subject: Re: Merging results from two searches on two separate Searchers > > > > On Wed, Feb 15, 2012 at 11:46 AM, Uwe Schindler wrote: > > > Scores are only compatible if the query is the same, which is not the

RE: Merging results from two searches on two separate Searchers

2012-02-14 Thread Uwe Schindler
i.de eMail: u...@thetaphi.de > -Original Message- > From: Trejkaz [mailto:trej...@trypticon.org] > Sent: Wednesday, February 15, 2012 1:57 AM > To: java-user@lucene.apache.org > Subject: Re: Merging results from two searches on two separate Searchers > > On Wed

Re: Merging results from two searches on two separate Searchers

2012-02-14 Thread Trejkaz
On Wed, Feb 15, 2012 at 11:46 AM, Uwe Schindler wrote: > Scores are only compatible if the query is the same, which is not the case > for you. > So you cannot merge hits from different queries. So I guess in the case where the different query parsers happen to generate the same query, it's safe

Re: Merging results from two searches on two separate Searchers

2012-02-14 Thread Greg Bowyer
Out of sheer curiosity what makes scores different across queries, I am not suggesting they should be the same, just filling in terrible gaps in my knowledge that I have not quite fathomed yet during source diving On 14/02/12 16:46, Uwe Schindler wrote: Scores are only compatible if the query

Re: Merging results from two searches on two separate Searchers

2012-02-14 Thread liat oren
Hi, I have a similar problem - only in my case, the query is the same, but I use different indexes with different fields names (this is why I need to separate the search). Is it possible to merge these two sets of results? Thanks a lot, Liat On 14 February 2012 19:46, Uwe Schindler wrote: > Sco

RE: Merging results from two searches on two separate Searchers

2012-02-14 Thread Uwe Schindler
Scores are only compatible if the query is the same, which is not the case for you. So you cannot merge hits from different queries. - Uwe Schindler H.-H.-Meier-Allee 63, D-28213 Bremen http://www.thetaphi.de eMail: u...@thetaphi.de > -Original Message- > From: Trejkaz [mailto:trej.