Jan Kammer wrote:
Hi there,

what is the best way to search all fields AND use wildcards?
Somewhere I read that there are problems with this combination... (dismax + wildcard)

It's a feature of dismax. WildcardQuery cannot be used in dismax q parameter.

You can copy the "all fields" to a destination field by using
copyField, then search the destination field with wildcards
(without using dismax).

Koji

--
http://www.rondhuit.com/en/

Reply via email to