This extension was last updated for PHP 7.1 three years ago.
As of this date, it has not been released for PHP 7.2 or PHP 7.3. In other words, it's not actively maintained.Solr 拡張モジュールにより、PHP で Apache Solr サーバーと効果的に通信できます。
Solr 拡張モジュールは、PHP 開発者が Solr サーバーのインスタンスと効果的に通信できるようにする、とても速くて軽量で、豊富な機能を持つライブラリです。
PECL 拡張モジュールのバージョン 1.x は、Apache Solr Server 1.3 から 3.x までをサポートします。
PECL 拡張モジュールのバージョン 2.x は、Apache Solr Server 4.0 以降をサポートします。
文書を追加したり、Solr サーバーに更新を行なったりする組み込みツールがあります。
文書検索時に高度なクエリをサーバーに構築できるようにするツールも含みます。
This extension was last updated for PHP 7.1 three years ago.
As of this date, it has not been released for PHP 7.2 or PHP 7.3. In other words, it's not actively maintained.Hello,
you have to use SolrQuery::addFilterQuery() instead of SolrQuery::addFacetQuery() which is intended for another goal.
SolrQuery::addFilterQuery() : fq
SolrQuery::addFacetQuery() : facet.query
Regards,
Corentin Larose - CTO@QAPA