The simplest way would be to pre-process the query. That
is, just split on words and add the '*' as appropriate.

Erick

On Nov 21, 2007 2:16 PM, Anders Lybecker <[EMAIL PROTECTED]> wrote:

> How do I force the MultiFieldQueryParser to interpret a string like
> "dock boat" as "dock* boat*" and therefore use PrefixQuery instead of
> TemQuery?
>
> The customer wants always to search with <word>* as default when entering
> <word>
>
> :-)
> Anders Lybecker
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

Reply via email to