: I am using Dismax request handler for queries:
: 
: ...select?q=foo bar foo2 bar2&qt=dismax&mm=2...
        ...
: But now I want change this to the following:
: 
: List all documents that have at least 2 of the optional clauses OR that 
: have at least one of the query terms (e.g. foo) more than once.

off the top of my head, the easiest way to do something like this is by 
duplicating the query string...

        ?q=foo bar foo2 bar2 foo bar foo2 bar2&qt=dismax&mm=2

... it doesn't play nicely with "pf", but you don't seem to be using that.

-Hoss

Reply via email to