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
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
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
, 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
-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
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
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