mirror of
https://github.com/Alfresco/SearchServices.git
synced 2026-09-16 18:12:56 +00:00
[SEARCH-1994]
added comment
This commit is contained in:
+3
-1
@@ -1738,7 +1738,9 @@ class AlfrescoIndexFetcher
|
||||
AtomicInteger fileDeleted = new AtomicInteger();
|
||||
|
||||
// This is the set of the ONLY files that should be in contentStore.
|
||||
// This set is computed from the information got from master and translated into the current OS path syntax.
|
||||
// This set is computed from the information got from master. After a full replication, only the files
|
||||
// that have been downloaded from master (contentStoreFilesToDownload) should be in contentStore.
|
||||
// The file paths are translated in the current OS path notation.
|
||||
Set<String> contentStoreFiles = contentStoreFilesToDownload.stream()
|
||||
.map(e -> (String) e.get(NAME))
|
||||
.map(Paths::get)
|
||||
|
||||
Reference in New Issue
Block a user