PHP 클래스 Knp\Bundle\KnpBundlesBundle\Utils\SolrUtils

파일 보기 프로젝트 열기: KnpLabs/KnpBundles 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( Solarium_Client $solarium, Symfony\Component\HttpKernel\KernelInterface $kernel )
buildProperties ( string $glue = ' ' ) : string Build SOLR start.jar properties
getSolrPid ( ) : integer Get SOLR pid
isSolrRunning ( ) : boolean

비공개 메소드들

메소드 설명
getPropertiesArray ( ) : array

메소드 상세

__construct() 공개 메소드

public __construct ( Solarium_Client $solarium, Symfony\Component\HttpKernel\KernelInterface $kernel )
$solarium Solarium_Client
$kernel Symfony\Component\HttpKernel\KernelInterface

buildProperties() 공개 메소드

Build SOLR start.jar properties
public buildProperties ( string $glue = ' ' ) : string
$glue string
리턴 string

getSolrPid() 공개 메소드

Get SOLR pid
public getSolrPid ( ) : integer
리턴 integer

isSolrRunning() 공개 메소드

public isSolrRunning ( ) : boolean
리턴 boolean