Integrate Lucene or any other search product with SQL server 2005
Posted
by HBACHARYA
on Stack Overflow
See other posts from Stack Overflow
or by HBACHARYA
Published on 2010-05-25T13:47:18Z
Indexed on
2010/05/25
13:51 UTC
Read the original article
Hit count: 190
Hi,
I need to use full text search with SQL server 2005 and I have explored its inbuilt search approach (SQL server full text indexing) but it seems less powerful.
I have also looked features of Lucene.
Now my questions: Is is possible to integrate lucene and SQL server in anyway? 1. Can my T-Sql queries use Lucene index for returning results? (May be uses CLR based function internally) 2. How to update Lucene index while data in the tables are getting updated 3. What can be overall architecutre? 4. Are there any commercial products avaliable which provides this kind of support?
Thanks, HB
© Stack Overflow or respective owner