Lucene based database search engine
- by Abhay
Hi All,
I am planing to add search feature in my web application. Now the items that will be searched are strored in a Relational database. In order to achieve a full text search engine I have following doubts :
For database based search engine should I use just lucene or some other utility based on Luncene like Solr, luSql, Compass etc.
In case of Solr, can it be embeded in to the web applcation rather than deploying it as a seaparate WAR.
Thanks for your time.
regards