Changes between Version 46 and Version 47 of ComposedMetadataRecords
- Timestamp:
- 04/27/10 03:40:55 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ComposedMetadataRecords
v46 v47 45 45 * Metadata Records in !GeoNetwork would have their !XLinks resolved when read from the database (takes place in !XmlSerializer) - only resolved records are seen by users and harvesters 46 46 * Reindexing of metadata records that used to be done before servlet startup has been delayed until the servlet is up - this is to allow links between records in the local !GeoNetwork node to be resolved. 47 * The cache and the lucene index are kept in sync - XLink'd fragments that are held in the cache are eternal (they never time out) unless forced by a new admin operation which clears the cache and then rebuilds the lucene index for all records with XLinks (this operation can be scheduled or run immediately) .47 * The cache and the lucene index are kept in sync - XLink'd fragments that are held in the cache are eternal (they never time out) unless forced by a new admin operation which clears the cache and then rebuilds the lucene index for all records with XLinks (this operation can be scheduled or run immediately) or by a fragments harvester. 48 48 * XLinks and metadata records composed from xlink'd fragments can be made optional through the use of a system configuration option that can turn this feature on or off. 49 49