What's the best Django search app? [closed]
Check out Haystack Search - a new model based search abstraction layer that currently supports Xapian, Solr and Whoosh. Looks like it's well supported and documented.
Justin, I'd try djangosearch first: Jacob Kaplan-Moss (Django's lead developer) is working on it.
Potential hazards:
- The home page warns the API might not be entirely stable
Potential benefits:
- “The long term goal is for this to become
django.contrib.search
.”