In my project we use Lucene 2.4.1 for fulltext search. This is a J2EE project, IndexSearcher is created once. In the background, the index is refreshed every couple of minutes (when ...
I'm working at a Apache Solr project.
( distributed in a cloud environment - Amazon ec2 instances ).
I've noticed Solr does an excellent job in caching the results.
When I execute the same ...
I wanted a mechanism to cache/index the html pages for a website as it is.
So, that if a requests comes for that page again, I can simply fetch that page from ...