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?
- Can my T-SQL queries use Lucene index for returning results? (May be uses CLR based function internally)
- How to update Lucene index while data in the tables are getting updated
- What can be overall architecture?
- Are there any commercial products available which provides this kind of support?
Thanks, HB