Apache Solr


User Contributed Notes 2 notes



1
Corentin Larose1 year ago
class SolrQuery2 extends SolrQuery{
    public function addFQ($facetQuery){
        $this->addParam('fq', $facetQuery);
    }
}




Смотрите также:
Описание на ru2.php.net
Описание на php.ru