You can do it with the complexphrasequery parser in lucerne contrib (I
think that's the name). You have to plug it in to solr though -
someone has already donethis bit I'm not sure if it was controbbed back.
- Mark
http://www.lucidimagination.com (mobile)
On Nov 6, 2009, at 11:39 AM, Jay Hill <
jayallenhill@...> wrote:
> Is there a trick that I can use to use a wildcard operator within a
> phrase
> in order to use proximity? What I'm after is something like this:
>
> "bal* gui"~10
>
> So I would get results with "baltimore" within 10 of "gui", and also
> "balance" within 10 of "gui".
>
> Thanks,
> -Jay