Skip to content

jomyemmanuel/searchbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repo is no longer maintained.

Searchbox

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

Local Installation (Ubuntu)

  1. virtualenv . virtualenv
  2. source bin/activate
  3. pip install requests, bs4, elasticsearch

Usage

  1. python scrap.py
  2. python search.py

About

A minified version of a search engine

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages