mirror of
https://github.com/Alfresco/SearchServices.git
synced 2026-09-16 18:12:56 +00:00
SEARCH-56: Clearer alfresco.version default value
This commit is contained in:
+1
-1
@@ -302,7 +302,7 @@ public class SolrInformationServer implements InformationServer
|
||||
this.solrContentStore = solrContentStore;
|
||||
|
||||
Properties p = core.getResourceLoader().getCoreProperties();
|
||||
alfrescoVersion = p.getProperty("alfresco.version", "5.0.0");
|
||||
alfrescoVersion = p.getProperty("alfresco.version", "Unknown");
|
||||
transformContent = Boolean.parseBoolean(p.getProperty("alfresco.index.transformContent", "true"));
|
||||
recordUnindexedNodes = Boolean.parseBoolean(p.getProperty("alfresco.recordUnindexedNodes", "true"));
|
||||
lag = Integer.parseInt(p.getProperty("alfresco.lag", "1000"));
|
||||
|
||||
Reference in New Issue
Block a user