Re: Return doc if one or more query keywords occur multiple times

2009-11-17 Thread Chris Hostetter
: 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

Re: Return doc if one or more query keywords occur multiple times

2009-11-13 Thread gistolero
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

Return doc if one or more query keywords occur multiple times

2009-11-12 Thread gistolero
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