On 12 May 2011 17:31, pankaj sharma <new.pankajsha...@gmail.com> wrote: > > can u tell me which one is better in sphinx and haystack
Haystack provides only the glue between Django and a search engine/indexer. With Haystack, you still need to pick a search engine to use, e.g. Solr, Whoosh, Xapian. It doesn't support Sphinx yet though. As for comparisons between Solr (Lucene), Xapian or Sphinx - it'll depend on your situation, but they're fairly similar. Whoosh is intended for smaller deployments. Best thing is to try them out. If you decide on Sphinx, there's a django-sphinx to help you. > On May 11, 10:01 pm, Tarkeshwar Thakur <tarkesh...@gmail.com> wrote: >> In your settings filehttp://docs.djangoproject.com/en/dev/topics/settings/ >> >> On Thu, May 12, 2011 at 10:20 AM, pankaj sharma >> <new.pankajsha...@gmail.com>wrote: >> >> >> >> >> >> >> >> >> >> > hello friends, i want to use haystack for my website, >> > but i am having too many problems to install it. >> > in the dowumentation it is telling to add haystack to ur installed >> > apps. now it it telling to do "HAYSTACK_SITECONF = >> > 'myproject.search_sites'" >> > now where should i type this i dont have any idea about so please help >> > me >> >> >http://docs.haystacksearch.org/dev/tutorial.html >> >> > -- >> > You received this message because you are subscribed to the Google Groups >> > "Django users" group. >> > To post to this group, send email to django-users@googlegroups.com. >> > To unsubscribe from this group, send email to >> > django-users+unsubscr...@googlegroups.com. >> > For more options, visit this group at >> >http://groups.google.com/group/django-users?hl=en. >> >> -- >> - Tarkeshwar >> Blog: tarkeshwar.com <http://www.tarkeshwar.com> >> Pet project: operty.com <http://www.operty.com> > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To post to this group, send email to django-users@googlegroups.com. > To unsubscribe from this group, send email to > django-users+unsubscr...@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/django-users?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.