Introduction
The Solr extension allows you to communicate effectively with the Apache Solr server in PHP 5.
The Solr extension is an extremely fast, light-weight, feature-rich library that allows PHP developers to communicate effectively with Solr server instances.
It is compatible with both versions 1.3 and 1.4 of Apache Solr.
There are built-in tools to add documents and make updates to the solr server.
It also contains tools that allows you to build advanced queries to the server when searching for documents.
- PHP Руководство
- Функции по категориям
- Индекс функций
- Справочник функций
- Расширения для работы с поисковыми системами
- Введение
- Установка и настройка
- Предопределенные константы
- Функции Solr
- Примеры
- The SolrUtils class
- The SolrInputDocument class
- The SolrDocument class
- The SolrDocumentField class
- Класс SolrObject
- The SolrClient class
- The SolrResponse class
- The SolrQueryResponse class
- The SolrUpdateResponse class
- The SolrPingResponse class
- The SolrGenericResponse class
- Класс SolrParams
- Класс SolrModifiableParams
- The SolrQuery class
- SolrDisMaxQuery
- SolrCollapseFunction
- Класс SolrException
- The SolrClientException class
- SolrServerException
- The SolrIllegalArgumentException class
- The SolrIllegalOperationException class
- SolrMissingMandatoryParameterException
Коментарии
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 ..."