Lucene based database search engine
Posted
by Abhay
on Stack Overflow
See other posts from Stack Overflow
or by Abhay
Published on 2010-06-03T07:17:32Z
Indexed on
2010/06/03
7:24 UTC
Read the original article
Hit count: 221
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
© Stack Overflow or respective owner