コード例 #1
0
ファイル: EDisMaxTest.php プロジェクト: csemrm/solr-power
 public function testGetType()
 {
     $this->assertEquals(Query::COMPONENT_EDISMAX, $this->eDisMax->getType());
 }