php_solr
[ class tree: php_solr ] [ index: php_solr ] [ all elements ]

Class: Solr

Source Location: /src/Solr.php

Class Overview


Solr base class.


Author(s):

Constants

Methods



Class Details

[line 47]
Solr base class.

To open a new connection, simply call connect.




Tags:

author:  Alexander M. Turek <rabus@users.sourceforge.net>
abstract:  


[ Top ]


Class Methods


static method autoload [line 87]

static void autoload( string $class)

An __autoload() implementation for this library.



Tags:

since:  0.3.0
access:  public


Parameters:

string   $class   Name of the class to load.

[ Top ]

static method connect [line 104]

static SolrConnection connect( [string $url = 'http://localhost:8983/solr'])

Opens a new Solr connection.



Tags:

throws:  SolrException
access:  public


Parameters:

string   $url   The URL for Solr queries.

[ Top ]


Class Constants

VERSION =  '0.4.1'

[line 54]

The version of this library.

The version information is sent along with the user agent header when querying Solr.



[ Top ]



Documentation generated on Wed, 20 May 2009 12:51:09 +0000 by phpDocumentor 1.4.2