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
, February 15, 2012 1:40 AM To: Lucene Users Mailing List Subject: Merging results from two searches on two separate Searchers Hi all. We have 1..N indexes for each time someone adds some data. Each time they can choose different tokenisation settings. Because of this, each text index has its own query

Re: Merging results from two searches on two separate Searchers

2012-02-14 Thread liat oren
-Original Message- > > From: Trejkaz [mailto:trej...@trypticon.org] > > Sent: Wednesday, February 15, 2012 1:40 AM > > To: Lucene Users Mailing List > > Subject: Merging results from two searches on two separate Searchers > > > > Hi all. > > > > We h

RE: Merging results from two searches on two separate Searchers

2012-02-14 Thread Uwe Schindler
o:trej...@trypticon.org] > Sent: Wednesday, February 15, 2012 1:40 AM > To: Lucene Users Mailing List > Subject: Merging results from two searches on two separate Searchers > > Hi all. > > We have 1..N indexes for each time someone adds some data. Each time they > can

Merging results from two searches on two separate Searchers

2012-02-14 Thread Trejkaz
Hi all. We have 1..N indexes for each time someone adds some data. Each time they can choose different tokenisation settings. Because of this, each text index has its own query parser instance. Because each query parser could generate a different Query (though I guess whether they do or not is ano