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
- Create a virtualenv
$pip install virtualenvwrapper
$export WORKON_HOME=~/Envs$mkdir -p
$WORKON_HOME$source /usr/local/bin/virtualenvwrapper.sh
$mkvirtualenv search
- 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

BangPypers - Bangalore Python Users Group
See more events
Idea Device Technologies,
4th Floor, Gayathri Mansion, No 80/3, Bellandur, Outer Ring Rd, Bellandur, · Bangalore
Sponsors
Workshop on Solr