Commit 17c2d80c authored by jelte's avatar jelte

Remove implode to allow for individual boosts on query fields

parent 90c7dfce
...@@ -83,7 +83,7 @@ class RequestBuilderTest extends \PHPUnit_Framework_TestCase ...@@ -83,7 +83,7 @@ class RequestBuilderTest extends \PHPUnit_Framework_TestCase
'mlt.maxqt' => 4, 'mlt.maxqt' => 4,
'mlt.maxntp' => 5, 'mlt.maxntp' => 5,
'mlt.boost' => 'true', 'mlt.boost' => 'true',
'mlt.qf' => 'description', 'mlt.qf' => array('description'),
'q' => '*:*', 'q' => '*:*',
'fl' => '*,score', 'fl' => '*,score',
'rows' => 10, 'rows' => 10,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment