This repo is no longer maintained.
A basic version of a search engine in which the most relevant links are returned when a user queries a keyword. Keywords and ranks are indexed using Elasticsearch and queries are performed using Elasticsearch analyzers. Inspired from Udacity course on intro to programming. Search is performed on college website
virtualenv .
virtualenvsource bin/activate
pip install requests, bs4, elasticsearch
python scrap.py
python search.py