, June 01, 2011 8:09 PM
> To: java-user@lucene.apache.org
> Subject: Re: Phrase queries taking more time
>
> Hi,
>
> Thanks a lot Uwe.
> When can I expect new release?
> Till the next release what are the option except using 3.0.3.
>
>
> Harsh
>
> On We
ail: u...@thetaphi.de
>
>
> > -Original Message-
> > From: harsh srivastava [mailto:harshc...@gmail.com]
> > Sent: Wednesday, June 01, 2011 7:27 PM
> > To: java-user@lucene.apache.org
> > Subject: Phrase queries taking more time
> >
> > Hi all,
>
-28213 Bremen
http://www.thetaphi.de
eMail: u...@thetaphi.de
> -Original Message-
> From: harsh srivastava [mailto:harshc...@gmail.com]
> Sent: Wednesday, June 01, 2011 7:27 PM
> To: java-user@lucene.apache.org
> Subject: Phrase queries taking more time
>
> Hi all,
>
Hi all,
we have a 20gb lucene index size. We are using lucene 3.1. For
business reasons, if a user searches suppose for java, we also have
to search its synonyms "core java".
so the query looks like below:
title:(java "core java")
we have approx 500 synonyms set, each having 3 to 5 phrases.
Now t