Re: Full text indexing in small site

2010-12-26 Thread robos85
I want to make an app, that is independent of the DB system so it would be better to use some outer fulltext index -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@googlegroups.com. To

Re: Full text indexing in small site

2010-12-26 Thread Nick Arnett
On Sun, Dec 26, 2010 at 11:06 AM, robos85 wrote: > Hi, > what engine fo fulltext indexing do you recommend? Small will be rather > small, about 3000-4000 unique users per day. I need to index content of > articles. It's avarage about 600-800 words. > If you are using MySQL,

Re: Full text indexing in small site

2010-12-26 Thread Jonas Obrist
Have a look at haystack [1]. What engine you use pretty much depends on what you can install, for your small site even whoosh should be enough. Jonas [1] http://haystacksearch.org/ -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to

Full text indexing in small site

2010-12-26 Thread robos85
Hi, what engine fo fulltext indexing do you recommend? Small will be rather small, about 3000-4000 unique users per day. I need to index content of articles. It's avarage about 600-800 words. Thanks for advice -- You received this message because you are subscribed to the Google Groups