Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • CacheTimeSpan – the life time in the cache of the oldest release edition (in hours),
  • CurrentZipCacheSize – the actual cache size (in bytes),
  • CurrentZipCacheSize – the actual cache size in relation to the maximum size (as a percentage),
  • MaxZipCacheSize – the maximum cache size (in bytes),
  • NoOfCachedZipFiles – the number of files in the ZIP format in the cache,
  • NoOfZipCacheHits – the number of ‘hits’ in the cache,
  • NoOfZipCacheMisses – the number of ‘misses’ in the cache,
  • OldestAccessDate – the date of the access to the oldest file in the cache, and
  • ZipCacheHitRatio – the ratio of the ‘hits’ in the cache to the general number of requests.

...

  • reindexAll(indexMode) – causes a reindexation of the whole content of the digital library;
    • indexMode:
      • 0 – does not carry out the reindexation,
      • 1 – reindexes releases editions (metadata and resources),
      • 2 – reindexes publications (planned publications, group publications, metadata),
      • 4 – indexes synonyms,
      • 7 – 1, 2, and 4;
  • checkIndexesConsistency(indexMode, fix) – checks and corrects the consistency of search indexes; parameters:
    • indexMode – functions in the same way as in the case of reindexAII;
    • fix:
      • true – corrects inconsistencies,
      • false – leaves inconsistencies uncorrected; and
  • reindexEditions(editionsIds) – causes a reindexation of the releases editions with the given identifiers; the value of parameter editionslds should indicate the identifiers of the releases editions which are to be indexed, comma-separated.

...