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

Filed under:
|
|
|

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 :

  1. For database based search engine should I use just lucene or some other utility based on Luncene like Solr, luSql, Compass etc.
  2. 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

Related posts about search

Related posts about lucene