: 10 minutes. Sure, but idea now is to index all documents with a index : date, set this index date 10 min to the future and create a filter : "INDEX_DATE:[* TO NOW]". : : Question 1: is it possible to set this as part of solr-config, so every : implementation against the server will regard this.
yes. : Question 2: From caching point of view this sounds a little ugly, is it - anybody tried this? it is very ugly, and i don't recommend it if you even remotely care about caching -- at a minimum you should do something like "INDEX_DATE:[* TO NOW/MINUTE+1MINUTE]" so you at least get reusable queries for 1 minute at a time. -Hoss