Tom - why do you use last-modified at all? In general, it is completely unreliable and useless, except for statically served files such as documents or media. Very few CMS' (if any) send a correct last-modified header for dynamically generated HTML.
If you are using it for boosting, or date filtering, it is usually a bad end-user experience. M. -----Original message----- > From:Tom Chiverton <[email protected]> > Sent: Wednesday 19th October 2016 10:26 > To: [email protected] > Subject: Re: Date missing from Solr, even though in HTTP last-modified > > This turned out to be user error - not all pages in the site output a > last-modified, and those that did hadn't been indexed. > > Tom >

