array ( 0 => 'index.php', 1 => 'PHP Manual', ), 'head' => array ( 0 => 'UTF-8', 1 => 'zh', ), 'this' => array ( 0 => 'solrquery.addexpandfilterquery.php', 1 => 'SolrQuery::addExpandFilterQuery', 2 => 'Overrides main filter query, determines which documents to include in the main group', ), 'up' => array ( 0 => 'class.solrquery.php', 1 => 'SolrQuery', ), 'prev' => array ( 0 => 'class.solrquery.php', 1 => 'SolrQuery', ), 'next' => array ( 0 => 'solrquery.addexpandsortfield.php', 1 => 'SolrQuery::addExpandSortField', ), 'alternatives' => array ( ), 'source' => array ( 'lang' => 'en', 'path' => 'reference/solr/solrquery/addexpandfilterquery.xml', ), 'history' => array ( ), ); $setup["toc"] = $TOC; $setup["toc_deprecated"] = $TOC_DEPRECATED; $setup["parents"] = $PARENTS; manual_setup($setup); contributors($setup); ?>

SolrQuery::addExpandFilterQuery

(PECL solr >= 2.2.0)

SolrQuery::addExpandFilterQueryOverrides main filter query, determines which documents to include in the main group

说明

public SolrQuery::addExpandFilterQuery(string $fq): SolrQuery

Overrides main filter query, determines which documents to include in the main group.

参数

fq

返回值

SolrQuery

参见