You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Anders Nielsen <an...@visator.com> on 2002/05/14 10:55:57 UTC

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:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: PhraseQuery with prefix-ending

Posted by Peter Carlson <ca...@bookandhammer.com>.
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" <an...@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:   <ma...@jakarta.apache.org>
> For additional commands, e-mail: <ma...@jakarta.apache.org>
> 
> 


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>