Difference between revisions of "Admin/System Tools/Regenerate Abstracts"
m |
m |
||
Line 2: | Line 2: | ||
This page pertains to the '''Regenerate Abstracts''' button in the '''[[Admin/System Tools|System Tools]]''' tab of the '''[[Admin]]''' web page for your repository web interface. | This page pertains to the '''Regenerate Abstracts''' button in the '''[[Admin/System Tools|System Tools]]''' tab of the '''[[Admin]]''' web page for your repository web interface. | ||
− | The '''Regenerate Abstracts''' button updates the timestamp in the archive's <tt>var/abstracts.timestamp</tt> file to the current time. This file is used whenever an abstract page is requested | + | The '''Regenerate Abstracts''' button updates the timestamp in the archive's <tt>var/abstracts.timestamp</tt> file to the current time. This file is used whenever an abstract page is requested. If the current (server-side) cache for this abstract page is older that the timestamp in this file, then the abstract page is regenerated. This is better than regenerating all abstracts pages immediately. As a repository gets larger the time to regenerate all abstract pages gets longer and can put a high load on the server. |
If you actually want to regenerate abstract pages use the '''[[API:bin/generate_abstracts|bin/generate_views]]''' script. | If you actually want to regenerate abstract pages use the '''[[API:bin/generate_abstracts|bin/generate_views]]''' script. |
Latest revision as of 21:11, 4 March 2022
Admin: Editorial Tools - System Tools - Config. Tools
System Tools: Status - Create user - Start Indexer - Stop Indexer - Force Start Indexer - Regenerate Abstracts - Regenerate Views - EPrints Bazaar - Send Test Email - Database Schema
This page pertains to the Regenerate Abstracts button in the System Tools tab of the Admin web page for your repository web interface.
The Regenerate Abstracts button updates the timestamp in the archive's var/abstracts.timestamp file to the current time. This file is used whenever an abstract page is requested. If the current (server-side) cache for this abstract page is older that the timestamp in this file, then the abstract page is regenerated. This is better than regenerating all abstracts pages immediately. As a repository gets larger the time to regenerate all abstract pages gets longer and can put a high load on the server.
If you actually want to regenerate abstract pages use the bin/generate_views script.