| | ユーザフォーラムで議論/質問 | マニュアル検索 | ハイライト | ハイライトオフ | ポータル | php spot |
SolrQuery::addFacetField(PECL solr >= 0.9.2) SolrQuery::addFacetField — Adds another field to the facet パラメータ
返り値Returns the current SolrQuery object, if the return value is used. 例
例1 SolrQuery::addFacetField() example
<?php上の例の出力は、 たとえば以下のようになります。
SolrObject Object
(
[color] => SolrObject Object
(
[blue] => 20
[green] => 100
)
)
|
|
各種マニュアル:
PHPマニュアル |
PEARマニュアル |
Smarty(英語)マニュアル |
PHP-GTKマニュアル |
「SolrQuery::addFacetField - Adds another field to the facet」をGoogle検索
|