简介

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 服务器。

在搜索文档时,还有对服务器构建高级查询的工具。

add a note add a note

User Contributed Notes 1 note

up
-29
peter at softcoded dot com
11 years ago
For more up to date information see: http://pecl.php.net/package/solr

"It [the  Apache Solr PHP extension] effectively simplifies the process of interacting with Apache Solr using PHP5 and it already comes with built-in readiness for the latest features added in Solr 3.1 ..."
To Top