You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: search-services/latest/config/properties.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,9 @@ The `solrcore.properties` configuration file is the property configuration file
15
15
|alfresco.baseUrl|This property configures the base URL to Alfresco Content Services web project, for example `/alfresco`. If you need to change the `baseUrl` value, see [Deploy with a different context path]({% link content-services/latest/config/repository.md %}#deploy-with-a-different-context-path).|
16
16
|alfresco.batch.count|This property indicates the number of updates that should be made to this core before a commit is executed, for example `1000`.|
17
17
|alfresco.cascade.tracker.maxParallelism|Defines the number of threads that are used when indexing documents using the Cascade Tracker, for example `32`.|
18
+
|alfresco.cascade.tracker.nodeBatchSize| This property is used for batch fetching cascade updates during indexing, for example `100`.
18
19
|alfresco.changeSetAclsBatchSize|This property is used for batch fetching updates during tracking, for example `100`.|
20
+
|alfresco.contentUpdateBatchSize|This property is used for batch fetching content during indexing, for example `100`.|
19
21
|alfresco.content.tracker.maxParallelism|Defines the number of threads that are used when indexing documents using the Content Tracker, for example `32`.|
20
22
|alfresco.corePoolSize|This property specifies the pool size for multi-threaded tracking. It is used for indexing nodes, for example `3`.|
21
23
|alfresco.cron|This property specifies the cron expression that instructs Solr how often to track Alfresco Content Services and index new or updated content. The default value indicates that Solr tracks every 15 seconds i.e. `0/15 * * * * ? *`.|
@@ -36,10 +38,8 @@ The `solrcore.properties` configuration file is the property configuration file
36
38
|alfresco.maxHostConnections|This property is used for HTTP client configuration, for example `40`.|
37
39
|alfresco.maximumPoolSize|This property specifies the maximum pool size for multi-threaded tracking, for example `-1`.|
38
40
|alfresco.maxTotalConnections|This property is used for HTTP client configuration, for example `40`.|
39
-
|alfresco.metadata.ignore.datatype.0|This property configures the metadata pulling control, for example `cm:person`.|
40
-
|alfresco.metadata.ignore.datatype.1|This property configures the metadata pulling control, for example `app:configurations`.|
41
-
|alfresco.metadata.skipDescendantDocsForSpecificTypes|This property reduces the overhead caused by reindexing sites, for example `false`.|
42
41
|alfresco.metadata.tracker.maxParallelism|Defines the number of threads used when indexing documents using the Metadata Tracker, for example `32`.|
42
+
|alfresco.nodeBatchSize|This property is used for batch fetching during metadata tracking, for example `100`|
43
43
|alfresco.port|This property specifies the HTTP port for the instance that Solr should track and index, for example `8080`.|
44
44
|alfresco.port.ssl|This property specifies the HTTPS port for the instance that Solr should track and index, for example `8443`.|
45
45
|alfresco.secureComms|This property enables Shared Secret authentication or mTLS authentication with HTTPS. Set to `secret` if a Shared Secret HTTP header should be used for authentication, for example `https`.|
0 commit comments