Hi jfeist, Your mail reminds me this blog, not sure about solr though.
http://blog.mikemccandless.com/2011/11/searcherlifetimemanager-prevents-broken.html ________________________________ From: jfeist <jfe...@llminc.com> To: solr-user@lucene.apache.org Sent: Friday, August 23, 2013 12:09 AM Subject: Storing query results I am in the process of setting up a search application that allows the user to view paginated query results. The documents are highly dynamic but I want the search results to be static, i.e. I don't want the user to click the next page button, the query reruns, and now he has a different set of search results because the data changed while he was looking through it. I want the results stored somewhere else and the successive page queries to draw from that. I know Solr has query result caching, but I want to store it entirely. Does Solr provide any functionality like this? I imagine it doesn't, because then you'd need to specify how long to store it, etc. I'm using Solr 4.4.0. I found someone asking something similar here <http://lucene.472066.n3.nabble.com/storing-results-td476351.html> but that was 6 years ago. -- View this message in context: http://lucene.472066.n3.nabble.com/Storing-query-results-tp4086182.html Sent from the Solr - User mailing list archive at Nabble.com.