예제 #1
0
파일: Lucene.php 프로젝트: hackingman/TubeX
 public static function setTermsPerQueryLimit($limit)
 {
     self::$_termsPerQueryLimit = $limit;
 }