At our company, we are planning to implement a web app in Erlang and Mnesia.  In the previous project (php) we looked at Java Lucene, Xapian and Sphinx Search.  We finally decided with Sphinx Search.  Sphin Search was very fast compared Lucene, Xapian and was easy to setup.  Its just hooks into mysql.  
<br><br>To any web app, search feature is essential.  So my question is, is there a search/indexer in Erlang, where you can set weights to different fields(title, tags, descriptions)?  Or any binding/ported version of lucene,  xapian or sphinx search? 
<br><br>Does Mnesia has the ability to set weights to different fields or in this case objects?<br><br>thanks,<br>joe<br> <br><br>