On Mon, Nov 3, 2008 at 6:52 PM, Craig Stadler <[EMAIL PROTECTED]> wrote: > BluesBrothers01.mp3 > Breaux_Brothers_Tiger_Rag_Blues.mp3 > Blues Brothers - Theme From Rawhide V1.mp3 > > Why in the world is result 2 higher in score than #3 ??? > Is there something we can set in our schema or sol config to change this.. > Ideally we want all the Blues Brothers to appear with higher score because of > word order and proximity to the beginning of the string, etc.
Boolean queries have no implicit proximity... you either need to add it yourself or use a query parser like dismax that can add it for you. If you want to add it yourself, use something like "blues brothers"~100 -Yonik