2017 © Pedro PelĂĄez
 

library solr-php-client

A PHP library for indexing and searching documents within an Apache Solr installation.

image

reprovinci/solr-php-client

A PHP library for indexing and searching documents within an Apache Solr installation.

  • Thursday, April 24, 2014
  • by rjkip
  • Repository
  • 12 Watchers
  • 38 Stars
  • 130,750 Installations
  • PHP
  • 2 Dependents
  • 3 Suggesters
  • 16 Forks
  • 3 Open issues
  • 5 Versions
  • 4 % Grown

The README.md

Apache Solr PHP client

Build Status, (*1)

A PHP library for indexing and searching documents within an Apache Solr installation., (*2)

This client library was forked from Donovan Jiménez' Google Code project: http://groups.google.com/group/php-solr-client
Before that, it was hosted in Solr's issue tracker: https://issues.apache.org/jira/browse/SOLR-341, (*3)

What is Apache Solr?

Solr is an open source enterprise search server based on the Lucene Java search library, with XML/HTTP and JSON APIs, hit highlighting, faceted search, caching, replication, a web administration interface and many more features. It runs in a Java servlet container such as Tomcat. For more information about Solr, please see the Solr Web Page. The project's Wiki is the de facto starting point for information on how to install and configure Solr for your individual needs., (*4)

Features

  • Quering, deleting, optimizing.
  • Support for both Solr 3 and Solr 4 through compatibility layers.
  • Support for soft commit with Solr 4.

Installation

Composer (PHP 5 >= 5.3.0)

Just require reprovinci/solr-php-client:, (*5)

{
  "require": {
    "reprovinci/solr-php-client": "1.0.x"
  }
}

Testing

The code is automatically tested by Travis after each push. Travis currently reports the following build status: Build Status., (*6)

If you want to test the code yourself, follow the following instructions:, (*7)

Composer (PHP 5 >= 5.3.0)

Just install dev dependencies and run PHPUnit:, (*8)

composer install --dev
bin/phpunit tests

Credits

  • Thanks to @GZyl for fixing <add> compatibility between Solr versions. #7

Further Information

Please see Frequently Asked Questions, (*9)

Or, if you have usage questions, try posting to the USER DISCUSSION GROUP., (*10)

Disclaimer

This PHP library is not part of the Apache Solr project, nor is it maintained by the Apache Software Foundation. All linked Apache Solr documentation or logos remain the sole property of the Apache Solr project, its authors, and the Apache Software Foundation., (*11)

The Versions

24/04 2014

dev-master

9999999-dev

A PHP library for indexing and searching documents within an Apache Solr installation.

  Sources   Download

BSD-3-Clause

The Development Requires

by Reinier Kip

24/04 2014

v1.0.3

1.0.3.0

A PHP library for indexing and searching documents within an Apache Solr installation.

  Sources   Download

BSD-3-Clause

The Development Requires

by Reinier Kip

08/10 2012

v1.0.2

1.0.2.0

A PHP library for indexing and searching documents within an Apache Solr installation.

  Sources   Download

BSD-3-Clause

The Development Requires

by Reinier Kip

05/10 2012

v1.0.1

1.0.1.0

A PHP library for indexing and searching documents within an Apache Solr installation.

  Sources   Download

The Development Requires

by Reinier Kip

03/10 2012

v1.0.0

1.0.0.0

A PHP library for indexing and searching documents within an Apache Solr installation.

  Sources   Download