Skip to content

robyoung/solrpy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 

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


About

A fork of solrpy that supports extensions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages