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 implement a sqlserver fts with memcache. will it be same as lucene ?
or does Lucene uses different data structures for search ?