Skip to content

Commit

Permalink
[DOCS-7571] Resolve incorrect property description in re-index app (#…
Browse files Browse the repository at this point in the history
…1370)

* [DOCS-7571] Resolve incorrect property description in re-index app

* [DOCS-7571] Resolve minor formatting change

* [DOCS-7571] Fix minor formatting issues

---------

Co-authored-by: Adelaide Nxumalo <27953420+anxumalo@users.noreply.github.com>
  • Loading branch information
Prosune and anxumalo authored Mar 5, 2024
1 parent 52180fa commit 40878dc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions search-enterprise/latest/config/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ The tool may be used as a standalone jar file. The table below lists the main co
| alfresco.reindex.pagesize | The page size of nodes fetched from the Alfresco dabatase. The default value is `100`. |
| alfresco.reindex.concurrentProcessors | Number of parallel processors. The default value is `10`. |
| alfresco.reindex.fromId | Start ID for fetching nodes (_reindexByIds_). The default value is `0`. |
| alfresco.reindex.toId | Start ID for fetching nodes (_reindexByIds_) is configured. The default value is `10000`. |
| alfresco.reindex.toId | End ID for fetching nodes (_reindexByIds_) is configured. The default value is `20000000000`. |
| alfresco.reindex.fromTime | Start time for fetching nodes (_reindexByDate_), pattern: yyyyMMddHHmm. The default value is `190001010000`. |
| alfresco.reindex.toTime | End time for fetching nodes (_reindexByDate_), pattern: yyyyMMddHHmm. The default value is `203012312359`. |
| spring.datasource.url | JDBC url of the Alfresco database. The default value is `jdbc:postgresql://localhost:5432/alfresco`. |
Expand All @@ -100,8 +100,8 @@ The tool may be used as a standalone jar file. The table below lists the main co
| alfresco.reindex.prefixes-file | File with namespaces-prefixes mapping. The default value is `classpath:reindex.prefixes-file.json`. |
| alfresco.reindex.partitioning.type | Remote node type, can be master or worker. If not specified, the app runs as a single node instance. By default it is left empty. |
| alfresco.reindex.partitioning.grid-size | Number of partitions, usually equals the number of available workers. The default value is `3`. |
| alfresco.reindex.partitioning.requests-queue| Request queue for remote partitioning. `org.alfresco.search.reindex`.requests. |
| alfresco.reindex.partitioning.replies-queue | Reply queue for remote partitioning. `org.alfresco.search.reindex.replies` |
| alfresco.reindex.partitioning.requests-queue | Request queue for remote partitioning. `org.alfresco.search.reindex.requests.` |
| alfresco.reindex.partitioning.replies-queue | Reply queue for remote partitioning. `org.alfresco.search.reindex.replies`. |
| alfresco.db.minimum.schema.version | Minimum Alfresco Repository database version supported: 14002. |
| alfresco.accepted-content-media-types-cache.base-url | URL to get the list of Content Media Types supported. The default URL is `http://localhost:8090/transform/config`. |
| alfresco.accepted-content-media-types-cache.enabled | Cache the list of Content Media Types supported in memory. The default value is `true`. |
Expand Down

0 comments on commit 40878dc

Please sign in to comment.