Rodrigo Culagovski napisał(a): > I am implementing an academic publications database, and am looking > for a search solution. > I need at the very least Stemming and Accented Characters support > (i.e.: searching for "alvarez" returns "álvarez" and v.v.). > Some of the fields have a tinymce editor, so the data is stored with > html entities. It would be very nice to be able to also search in > these fields (i.e.: searching for 'alvarez' returns a record that > contains 'álvarez'). > Recommendations for apps or 3rd party engines or personal experience > implementing something like this is very welcome.
Solr (http://lucene.apache.org/solr/) has this all. Of course, you can build your own machinery using Java + Lucene or Python + PyLucene, but I can guarantee it will be pointless (in case of Java) or PITA (in case of PyLucene). > Using trunk + MySQL. Solr talks over HTTP, so it has nothing to do with your platform. -- Jarek Zgoda Skype: jzgoda | GTalk: [EMAIL PROTECTED] | voice: +48228430101 "We read Knuth so you don't have to." (Tim Peters) --~--~---------~--~----~------------~-------~--~----~ 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 [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---