toastdriven / pysolr

Pysolr 2.0+. Kept up to date with the official SVN.

This URL has Read+Write access

pysolr /
name age message
file LICENSE Sat Jun 20 23:10:45 -0700 2009 Fixed up a couple distribution bits. [polarcowz]
file MANIFEST.in Thu Feb 05 10:06:45 -0800 2009 Added the stuff needed to easy_install pysolr. ... [jacob.kaplanmoss]
file README Sat Jun 20 23:10:45 -0700 2009 Fixed up a couple distribution bits. [polarcowz]
file pysolr.py Wed Aug 26 12:08:23 -0700 2009 Fixed isinstance bug that can occur with the no... [toastdriven]
file setup.py Wed Aug 26 08:48:04 -0700 2009 Altered pysolr to use, if available, Django's i... [toastdriven]
README
======
pysolr
======

``pysolr`` is a lightweight Python wrapper for Apache Solr. It provides an
interface that queries the server and returns results based on the query.

Features
========

* Basic operations such as selecting, updating & deleting.
* Index optimization.
* "More Like This" support (if setup in Solr).
* Spelling correction (if setup in Solr).
* Timeout support.

Installation
============

``sudo python setup.py install`` or drop the ``pysolr.py`` file anywhere on your
PYTHONPATH.

LICENSE
=======

``pysolr`` is licensed under the New BSD license.