예제 #1
0
파일: Commit.php 프로젝트: cpliakas/psolr
 /**
  * @return string
  */
 public function buildAttributes()
 {
     $attributes = parent::buildAttributes();
     $attributes .= $this->buildAttribute('expungeDeletes');
     return $attributes;
 }
예제 #2
0
파일: Optimize.php 프로젝트: cpliakas/psolr
 /**
  * @return string
  */
 public function buildAttributes()
 {
     $attributes = parent::buildAttributes();
     $attributes .= $this->buildAttribute('maxSegments');
     return $attributes;
 }