SolrQuery::setQuery

(PECL solr >= 0.9.2)

SolrQuery::setQuery — 検索クエリーを設定

説明

public function SolrQuery::setQuery(string $query): SolrQuery

検索クエリーを設定します。

パラメータ

query

検索クエリー

戻り値

現行の SolrQuery オブジェクトを返します。

+add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top