Possible Duplicate:
Comparison of full text search engine - Lucene, Sphinx, Postgresql, MySQL?
I am doing a web project based on java. I am using postgresql as the database server.My question is how to do full text in my application.There are two options. they are apache lucene and sphinx search. but i haven't use them before. so what is the best option?
i have to consider following points 1. i have to do full text search through 20-50 tables. 2. this is an enterprise application