Category Archives: Django

Installing Django1.5-Haystack-2.0.0-beta with Solr-4.2.1

Install Haystack with his dependency pysolr pysolr==3.0.6 django-haystack==2.0.0-beta Install the solr-4.2.1 by following the steps https://django-haystack.readthedocs.org/en/latest/installingsearchengines.html#solr Follow the tutorial to configure haystack http://django-haystack.readthedocs.org/en/latest/tutorial.html Configuring Solr-4.2.1 Use the command build_solr_schema to generate the schema.xml file Copy the schema.xml file to the … Continue reading

Posted in Django | Tagged , | Leave a comment