Re: Fulltext searching

2009-03-28 Thread Petite Abeille
On Mar 26, 2009, at 10:37 PM, TheIvIaxx wrote: > Is there a major benefit to go with one of these other > packages or write something else beyond mysql-fulltext? As always, it all depends on your requirements. For basic full text search, what comes bundled with most databases is Good Enough (

Re: Fulltext searching

2009-03-28 Thread Peter Herndon
ntoni Aloy wrote: > > 2009/3/26 Malcolm Tredinnick : >> >> On Thu, 2009-03-26 at 14:37 -0700, TheIvIaxx wrote: >>> So i have been trying to get a solid search going in django.  I have >>> seen things liek Whoosh and Solr or Lucene(sp?) which all add fulltext >&g

Re: Fulltext searching

2009-03-27 Thread Antoni Aloy
2009/3/26 Malcolm Tredinnick : > > On Thu, 2009-03-26 at 14:37 -0700, TheIvIaxx wrote: >> So i have been trying to get a solid search going in django.  I have >> seen things liek Whoosh and Solr or Lucene(sp?) which all add fulltext >> searching to your models.  Are the

Re: Fulltext searching

2009-03-26 Thread Malcolm Tredinnick
On Thu, 2009-03-26 at 14:37 -0700, TheIvIaxx wrote: > So i have been trying to get a solid search going in django. I have > seen things liek Whoosh and Solr or Lucene(sp?) which all add fulltext > searching to your models. Are these better than the mysql fulltext > searches? My

Fulltext searching

2009-03-26 Thread TheIvIaxx
So i have been trying to get a solid search going in django. I have seen things liek Whoosh and Solr or Lucene(sp?) which all add fulltext searching to your models. Are these better than the mysql fulltext searches? Is there a major benefit to go with one of these other packages or write