.. solrpy documentation master file, created by
   sphinx-quickstart on Mon Jun 28 14:34:18 2010.
   You can adapt this file completely to your liking, but it should at least
   contain the root `toctree` directive.

Solr API for Python
===================

``solrpy`` is a Python client for Solr_, an enterprise search server
built on top of Lucene_.  ``solrpy`` allows you to add documents to a
Solr instance, and then to perform queries and gather search results
from Solr using Python.

.. toctree::

   overview.rst
   reference.rst


Indices and tables
==================

* :ref:`genindex`
* :ref:`search`


.. _Solr:  http://lucene.apache.org/solr/
.. _Lucene:  http://lucene.apache.org/java/docs/
