Minimum Should Match not enforced with External Field + Function Query with boost

2011-05-25 Thread fbytes
Hello "Minimum Should Match" does not seem to be working when I am using the boost with external field scoring (I followed http://dev.tailsweep.com/solr-external-scoring/ example to implement external field scoring.) I am using a month old solr trunk build (4.0). Thanks for help. Ajay Here are

Re: Minimum Should Match + External Field + Function Query with boost

2011-06-06 Thread fbytes
Seem to have a solution but I am still trying to figure out how/why it works. Addition of "defType=edismax" in the boost query seem to honor "MM" and correct boosting based on external file source. The new query syntax q={!boost b=dishRating v=$qq defType=edismax}&qq=hot chicken wings -- Vie