Metadata-Version: 1.0
Name: bg.solr
Version: 0.2
Summary: bg.solr
Home-page: http://svn.plone.org/svn/collective/
Author: Andreas Jung
Author-email: info@zopyx.com
License: GPL
Description: Introduction
        ============
        
        ``bg.solr`` is a Solr web-frontend integrated with Plone 3/4
        for querying a Solr instance filled with content from ``bg.crawler``.
        
        Requirements
        ============
        
        * Solr 3.X
        * Plone 3 oder Plone 4
        
        Installation
        ============
        
        * added ``bg.solr`` to the eggs option of your buildout.cfg and
          re-run buildout.
        
        Usage
        ============
        
        * add ``/@@solr-search`` to the root URL of your Plone site in order
          to see the search form (http://host:port/path/to/plone/@@solr-search).
        
        
        Sourcecode
        ==========
        
        https://github.com/zopyx/bg.solr
        
        
        Bug tracker
        ===========
        
        https://github.com/zopyx/bg.solr/issues
        
        Solr setup
        ==========
        
        You can use the buildout configuration from
        
        https://raw.github.com/zopyx/bg.crawler/master/solr-3.4.cfg
        
        as an example how to setup a Solr instance for using
        ``bg.crawler``.
        
        
        Licence
        =======
        
        ``bg.solr`` is published under the GNU Public Licence V2 (GPL 2)
        
        Credits
        =======
        
        ``bg.solr`` is sponsored by BG Phoenics
        
        Author
        ======
        
        | ZOPYX Ltd.
        | Charlottenstr. 37/1
        | D-72070 Tuebingen
        | Germany
        | info@zopyx.com
        | www.zopyx.com
        
        
        Changelog
        =========
        
        0.2 (2011-12-13)
        ----------------
        - Documentation update
        
        0.1 (2011-11-29)
        ----------------
        - Initial release
        
Platform: UNKNOWN
Classifier: Framework :: Plone
Classifier: Programming Language :: Python
