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?…