Re: Caching of search results, caching proxy

2010-04-19 Thread Ahmet Arslan
> I'm setting up my Solr index to be > updated every x minutes. > > Does Solr cache the result of a search, and then when next > time the same search is requested, it'd recognize that the > Index has not changed and therefore just return the previous > result from cache without processing the sea

Caching of search results, caching proxy

2010-04-19 Thread Andy
I'm setting up my Solr index to be updated every x minutes. Does Solr cache the result of a search, and then when next time the same search is requested, it'd recognize that the Index has not changed and therefore just return the previous result from cache without processing the search again? I