You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@lucene.apache.org by Paddy Clark <Pa...@grantadesign.com> on 2001/12/03 11:35:34 UTC

Fwd: Near without slop

This message didn't get a response on lucene-dev so I thought I would give 
it a try here .....

>OK I'm struggling .. how would I implement a NEAR operator, without using 
>phrases ?
>
>My current "NEAR" solution is to modify the query parser to build a 
>PhraseQuery from the terms surrounding NEAR and set the slop 
>correctly.  This works for this kind of query:
>
>Bob NEAR Jim
>
>The problem comes when I try
>
>microsoft NEAR app*
>
>to get microsoft near application, apple etc.
>
>app* is not a term so you cannot add it to a PhraseQuery.  The problem 
>also occurs with
>
>microsoft NEAR "Bill Gates"
>linux NEAR (unix AND bsd)
>
>and other combinations...
>
>Any pointers as to how to tackle this problem ?
>
>Thanks,
>
>P.
>--
>Patrick Clark
>Granta Design Limted


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