: 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
Anyone?
Original-Nachricht
> Datum: Thu, 12 Nov 2009 13:29:20 +0100
> Von: gistol...@gmx.de
> An: solr-user@lucene.apache.org
> Betreff: Return doc if one or more query keywords occur multiple times
> Hello,
>
> I am using Dismax request handler for quer
Hello,
I am using Dismax request handler for queries:
...select?q=foo bar foo2 bar2&qt=dismax&mm=2...
With parameter "mm=2" I configure that at least 2 of the optional clauses must
match, regardless of how many clauses there are.
But now I want change this to the following:
List all documents