lbjay/solrpy
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
For more about solrpy see: http://code.google.com/p/solrpy/ and: http://pypi.python.org/pypi/solrpy To run the tests, you need to have a running solr instance: wget http://www.apache.org/dist/lucene/solr/1.3.0/apache-solr-1.3.0.zip unzip apache-solr-1.3.0.zip cp tests/schema.xml apache-solr-1.3.0/example/solr/conf cd apache-solr-1.3.0/example java -Djetty.port=8983 -jar start.jar & python setup.py test