when to reindex page - last-modied and REFRESH tags

dietric
Posts: 100
Joined: Fri May 20, 2005 10:57 am

when to reindex page - last-modied and REFRESH tags

Post by dietric »

I understand that the walker relies on the page's last-modifed attribute (either in the request header or META tag) to determine when to reindex a page.
What if there is no meaningful value that could be attached to these attributes and I want to simply use a META EXPIRES tag to ensure that a page gets reindex every hour, day or week?
User avatar
John
Site Admin
Posts: 2623
Joined: Mon Apr 24, 2000 3:18 pm
Location: Cleveland, OH

when to reindex page - last-modied and REFRESH tags

Post by John »

If there is no last modified tag it will look at when it last saw a change in the page contents. You can specify a URL that will be updated more frequently.
John Turnbull
Thunderstone Software
dietric
Posts: 100
Joined: Fri May 20, 2005 10:57 am

when to reindex page - last-modied and REFRESH tags

Post by dietric »

So it's not looking at the META EXPIRES tag at all?
User avatar
John
Site Admin
Posts: 2623
Joined: Mon Apr 24, 2000 3:18 pm
Location: Cleveland, OH

when to reindex page - last-modied and REFRESH tags

Post by John »

Not currently, but that should be added soon.
John Turnbull
Thunderstone Software
jgdoke
Posts: 167
Joined: Wed Jul 14, 2004 10:52 am

when to reindex page - last-modied and REFRESH tags

Post by jgdoke »

Has this been added???
User avatar
John
Site Admin
Posts: 2623
Joined: Mon Apr 24, 2000 3:18 pm
Location: Cleveland, OH

when to reindex page - last-modied and REFRESH tags

Post by John »

No, that is not in the current version.
John Turnbull
Thunderstone Software
jgdoke
Posts: 167
Joined: Wed Jul 14, 2004 10:52 am

when to reindex page - last-modied and REFRESH tags

Post by jgdoke »

You said "You can specify a URL that will be updated more frequently."

Most of my site is fairly static and once a week is good. But a part of the site needs updating nightly.

Is there a best way to do this?

John
thomas.schaefer
Posts: 13
Joined: Mon May 01, 2006 10:27 am

when to reindex page - last-modied and REFRESH tags

Post by thomas.schaefer »

Does anyone know if I can force a page to update even if the LAST-MODIFIED META tag has not been updated. I am using the last modified tag to assign a different timestamp for an application. This allows me to sort my results by the date the event closes. This means that the page could be updated but the LAST-modified date will not actually change. I would want the walk to force this.

Thanks,

Tom
User avatar
John
Site Admin
Posts: 2623
Joined: Mon Apr 24, 2000 3:18 pm
Location: Cleveland, OH

when to reindex page - last-modied and REFRESH tags

Post by John »

The last modified meta tag will be used to calculate the refresh frequency, however if the webserver still returns the document when conditionally fetched the updated contents will be stored when the page is refreshed.

You can set the Max Refresh Time shorter to refresh pages more frequently.
John Turnbull
Thunderstone Software
dietric
Posts: 100
Joined: Fri May 20, 2005 10:57 am

when to reindex page - last-modied and REFRESH tags

Post by dietric »

It was mentioned that support for the META EXPIRES tag would be added to the search appliance (that was last May). Has that happened, and if so, is there any documentation? Specifically, is it guaranteed that the search appliance will revisit an indexed page during refresh walks if that tag is set accordingly?