예제 #1
0
 public function testSetAndGetBoostQuery()
 {
     $value = 'cat:1^3';
     $this->eDisMax->setBoostQuery($value);
     $this->assertEquals($value, $this->eDisMax->getBoostQuery());
 }