I would like to have the last-modified time from our pages in the fess-urls.log-file. Is that possible?
If our web pages has: <meta name="last-modified" content="2026-09-04T13:42:17+02:00">
I want to put that field as last_modified in fess. Im thinking
field.xpath.last_modified=//META\[@name='last-modified'\]/@content
But is it possible to get that date in the fess-urls.log file?
The reason is I would like to create a sitemap.xml out of fess-urls.log and then I would like to have the page’s real <lastmod> , not when fess crawled it as
<url>
<loc>https://www.oru.se/sida-b/</loc>
<lastmod>2026-09-02T09:15:32+02:00</lastmod>
</url>**
**
How do i include lastmod in fess-urls.log?