hi,
I've got a new pet project: a pure django search app. I know there are some apps for searching (django-solr, solango, django-hackstack) but they all use a backend for high-end searching. I've got a little experience in information retrieval and natural language processing in general so I want to try to write another search app which just uses python and django.
I don't think that I'm beating the existing apps concerning performance, but for small sites it should be enough.
For this project I'm trying to do Documentation Driven Development, so I've written a README first. Please give me a little feedback about it:
https://bitbucket.org/feuervogel/django-simplesearch/src
Regards Julian