On Jun 20, 12:47 am, Ben Firshman <[EMAIL PROTECTED]> wrote:
> I'm still in exams unfortunately, so this will be brief, but I'd like  
> to hear some thoughts.
>
> Imagine a small site without a great deal of traffic or data, and they  
> wish to add search support for a model. Lucene or Xapian are probably  
> overkill, and they may not want to invest time into getting it  
> running. tsearch2 or MySQL full text indexes seem the obvious  
> solution, and I would like to try and implement them, but what about a  
> simple built in index that would be backend independent? Much like the  
> django-search "simple" backend:

An eager +1 for that. Have to admit being biased though as I've
proposed this before. It is in the general spirit of Django -- scale
only if needed but get running with the right API from the start
(think caching).
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django developers" group.
To post to this group, send email to django-developers@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to