solr Client

  • Home
  • Solr Client
  • APIs
    • JAVA
    • PHP
    • Shell
  • Links
PHP Clients
  • Apache Solr PHP Extension
  • Generic PHP Client
  • SolrQuery - PHP query client for Solr
  • SolrUpdate - PHP update client for Solr
  • solr-php-client
API Clients
  • Apache Solr PHP Extension
  • Haystack for Django
  • Flash Client: solr-sunspot
  • Minig's Solr Client
  • solrpy
  • Django Solr
  • Post Multiple Files to a Solr Server
  • Solr Delete Post for Shells
  • Generic PHP Client
  • SolrJ
Other Clients
  • Solr for WordPress
  • Drupal 5 Solr
  • solr Client
Home | API

PHP

The following list describes PHP API's which provide solr client services.

Apache Solr PHP Extension

Tue, 03/23/2010 - 15:56 |  admin

The Apache Solr PECL extension is a light-weight, feature-rich library that allows developers using Apache Solr via PHP to communicate easily and efficiently with the Solr web service using an object-oriented API.

The Apache Solr extension is an extremely fast, light-weight, feature-rich library that allows PHP developers to communicate easily and efficiently with Apache Solr server instances using an object-oriented API.

Read more
Add new comment |  Tags: API, PHP

Generic PHP Client

Tue, 03/23/2010 - 13:56 |  admin


define("DEFAULT_URL","http://solr.myhost.com:8080/solr/select");
define("DEFAULT_ROWS","15");
define("DEFAULT_FIELDLIST","score,id,title,url,type,created_date,modified_date,icon,logo");
define("DEFAULT_SORT","score desc");

// instantiate a solr class
$s = new solr();
$s->query("google AND microsoft");

/* solr client class definition */
class solr{

public $hostname;
public $queryString;
public $serializedResult;
public $rows;
public $fieldList;

function __construct ($hostname=DEFAULT_URL){

Read more
Add new comment |  Tags: API, PHP

SolrQuery - PHP query client for Solr

Tue, 03/23/2010 - 02:52 |  admin

PHP client for querying a SOLR datastore
https://issues.apache.org/jira/browse/SOLR-51
Author: Brian Lucas

Add new comment |  Tags: API, PHP

SolrUpdate - PHP update client for Solr

Tue, 03/23/2010 - 02:48 |  admin

This provides the PHP client for adding information to Solr.
URL:https://issues.apache.org/jira/browse/SOLR-50
Author: Brian Lucas

Add new comment |  Tags: API, PHP

solr-php-client

Tue, 03/23/2010 - 02:40 |  admin

A PHP library for indexing and searching documents within an Apache Solr installation.
URL: http://code.google.com/p/solr-php-client/

Add new comment |  Tags: PHP

Search

Contact Us | Terms of Use | Trademarks | Privacy Statement
Copyright © 2010 solr Client. All Rights Reserved.

Powered by Drupal and Drupal Theme created with Artisteer.