2007/12/21, Jon Hancock <[EMAIL PROTECTED]>: > > 1 - full text search. I have some recent experience with Sphinx > http://www.sphinxsearch.com/. Sphinx is a good match for erlang since > it runs as a nice stand-alone daemon and doesn't require the weight of > installing a Java system like Lucene requires. Rails has good plug- > ins and tutorials for using Sphinx. Erlang / erlyweb has nothing.
For someone interested in exploring this, I can recommend some modules from the rdbms contrib (in Jungerl). They were never really integrated into rdbms, but are there in the source tree: rdbms_wsearch*.erl They were written by Hans Nilsson, and use the Porter stemming algorithm, and we actually use it in an internal web server at Ericsson. http://jungerl.cvs.sourceforge.net/jungerl/jungerl/lib/rdbms/src/ BR, Ulf W --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "erlyweb" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/erlyweb?hl=en -~----------~----~----~----~------~----~------~--~---
