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 ...
Currently, we've got an application that needs to perform very fast searches on ~2 mill records.
Searches need to search both a large free-text field, and a number of integer/decimal fields between ...
I had read article about how stackoverflow reduced its CPU usage by using lucene.
But my question is how ?
Is it due to caching of lucene ?
and if yes. If we ...