Re: QueryResultCache question

2011-07-01 Thread arian487
Thanks for the quick reply! I see theres no way to access the result cache, I actually want to access the result the cache in a new component I have which runs after the query but it seems this is impossible. I guess I'm just going to rebuild the code to make it public or something as I need the

Re: QueryResultCache question

2011-07-01 Thread Tomás Fernández Löbbe
Hi, currently in Solr, updated Documents doesn't actually change until you issue a "commit" operation (the same happen with new and deleted documents). After the commit operation, all caches are flushed. That's why there is no TTL, all documents in Cache remain up to date with the index until a com