Workshop on Solr
Details
Agenda
Introduction to Solr and Creating a Functional Search with Python
- Solr introduction and some fun with raw Solr queries
- Intro to Haystack
- Creating a Function Search with Solr + Haystack combination
Workshop Setup Instructions
# Ubuntu installation instructions.
- Download solr from http://www.apache.org/dyn/closer.cgi/lucene/solr/5.2.1
- Install open jdk
$sudo apt-get install openjdk-7-jdk
3. Create a virtualenv
$pip install virtualenvwrapper
$export WORKON_HOME=~/Envs$mkdir -p
$WORKON_HOME$source /usr/local/bin/virtualenvwrapper.sh
$mkvirtualenv search
4. Install packages in vritualenv
$pip install django==1.7.7
$pip install django-haystack==2.4.0
Address: 4th Floor, Gayathri Mansion, No 80/3, Bellandur, Outer Ring Road, Bellandur, Bengaluru, Karnataka 560103
Maps: https://goo.gl/maps/eCQgcipid462


