fmw / clojure-blog-search

Example search implementation based on Alida

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Clojure Blog Search

This is a demo application for Alida, which is a search implementation I've written for my talk on "Building a search engine with Clojure" at EuroClojure 2012. Please note that this code crawls live sites, so use it carefully. This application is meant as real-world example code. It is not intended to be executed, because I don't want to create unnecessary load for the crawled sites.

This code is provided as a reference only. I do provide a pre-built of the index, however. You can find it in the GitHub repository of clojure-blog-search-www, which is a simple web application front-end for the search application. There is also a hosted version at http://clojure-blog-search.vixu.com/.

Questions?

Don't hesitate to contact me if you have any questions or feedback. You can email me at fmw@vixu.com.

About me

My name is Filip de Waard. As the founder of Vixu.com I write Clojure code for a living. The main focus of Vixu.com is providing website-management software as a service. Under the hood we use the free, open source Vix application to power the service. My company is also working on a product search application written in Clojure.

License

Copyright 2012, F.M. de Waard / Vixu.com. All code is covered by the Apache License, version 2.0.

About

Example search implementation based on Alida

License:Apache License 2.0


Languages

Language:Clojure 100.0%