Integrate Lucene or any other search product with SQL server 2005
- by HBACHARYA
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