No, since it has to be possible that one or more of the tokens occur in only one field. That means with the current query parser I can only simulate that with
(+((field1:(+token1 +token2 +token3)^2 +field2:(token1 token2 token3))) (+((field1:(token1 +token2 +token3)^2 +field2:(+token1 token2 token3))) (+((field1:(+token1 token2 +token3)^2 +field2:(token1 +token2 token3))) ... (+((field1:(token1 token2 token3)^2 +field2:(+token1 +token2 +token3))) Clemens -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
