Mailing List Archive

PhraseQuery with prefix-ending
Hello all,

In december 2001, there was a discussion about how to implement queries of
the form "microsoft app"* that matches both "microsoft application" and
"microsoft apps". Doug posted ([1]) an outline for a solution, and I posted
a hack-solution that wasn't very efficient. Now I've implemented a solution
that follows what Doug outlined which turns out to be quite efficient, and
I'd be happy to share it. I'm just unsure of the protocol here, do I just
attach it to a mail to the lucene-dev list or is there a patch maintainer?

regards,
Anders Nielsen


[1] http://www.mail-archive.com/lucene-user@jakarta.apache.org/msg00438.html

--
To unsubscribe, e-mail: <mailto:lucene-dev-unsubscribe@jakarta.apache.org>
For additional commands, e-mail: <mailto:lucene-dev-help@jakarta.apache.org>
Re: PhraseQuery with prefix-ending [ In reply to ]
Hi,

Thanks for the offer of the contribution.

Yes, please send the code as an attachment and it will either go into the
contributions (lucene-sandbox) CVS or be fully integrated in the core of
Lucene.

I hope that helps.

--Peter

On 5/14/02 1:55 AM, "Anders Nielsen" <anders@visator.com> wrote:

> Hello all,
>
> In december 2001, there was a discussion about how to implement queries of
> the form "microsoft app"* that matches both "microsoft application" and
> "microsoft apps". Doug posted ([1]) an outline for a solution, and I posted
> a hack-solution that wasn't very efficient. Now I've implemented a solution
> that follows what Doug outlined which turns out to be quite efficient, and
> I'd be happy to share it. I'm just unsure of the protocol here, do I just
> attach it to a mail to the lucene-dev list or is there a patch maintainer?
>
> regards,
> Anders Nielsen
>
>
> [1] http://www.mail-archive.com/lucene-user@jakarta.apache.org/msg00438.html
>
> --
> To unsubscribe, e-mail: <mailto:lucene-dev-unsubscribe@jakarta.apache.org>
> For additional commands, e-mail: <mailto:lucene-dev-help@jakarta.apache.org>
>
>


--
To unsubscribe, e-mail: <mailto:lucene-dev-unsubscribe@jakarta.apache.org>
For additional commands, e-mail: <mailto:lucene-dev-help@jakarta.apache.org>