Knp\Bundle\KnpBundlesBundle\Utils\SolrUtils::getPropertiesArray PHP Method

getPropertiesArray() private method

private getPropertiesArray ( ) : array
return array
    private function getPropertiesArray()
    {
        return array('-Djetty.port' => $this->solarium->getAdapter()->getPort(), '-Dsolr.solr.home' => $this->kernel->getBundle('KnpBundlesBundle')->getPath() . '/Resources/solr');
    }