PHP 8.3.4 Released!

SolrQuery::__construct

(PECL solr >= 0.9.2)

SolrQuery::__constructコンストラクタ

説明

public SolrQuery::__construct(string $q = ?)

コンストラクタ

パラメータ

q

任意の検索クエリ

戻り値

ありません

エラー / 例外

無効なパラメータが渡されたときに SolrIllegalArgumentException が発生します。

変更履歴

バージョン 説明
PECL solr 2.0.0 q が無効な場合に SolrIllegalArgumentException が発生するようになりました。以前のバージョンではエラーになっていました。

add a note

User Contributed Notes

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