Skip to content

Commit

Permalink
[DOCS-7063] Fix typo alresco (#1292)
Browse files Browse the repository at this point in the history
  • Loading branch information
mbujak-hyland authored Jan 23, 2024
1 parent 2c00b4d commit 2e86977
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 15 deletions.
6 changes: 3 additions & 3 deletions insight-engine/1.0/config/replication.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@ As usual, no SSL queries configured go to the slave.

### Configuring Solr master

The configuration affecting replication is controlled by a single file, `alresco-insight-engine/solrhome/templates/re-rank/conf/solrconfig.xml`. To configure the master server, follow the steps below:
The configuration affecting replication is controlled by a single file, `alfresco-insight-engine/solrhome/templates/re-rank/conf/solrconfig.xml`. To configure the master server, follow the steps below:

1. Edit the `alresco-insight-engine/solrhome/templates/re-rank/conf/solrconfig.xml` file on the master server to change the default replication handler configuration. Remember to uncomment the `master` section.
1. Edit the `alfresco-insight-engine/solrhome/templates/re-rank/conf/solrconfig.xml` file on the master server to change the default replication handler configuration. Remember to uncomment the `master` section.

```bash
<requestHandler name="/replication" class="org.alfresco.solr.handler.AlfrescoReplicationHandler" >
Expand Down Expand Up @@ -186,7 +186,7 @@ To promote a slave, follow the steps below:
![]({% link insight-engine/images/slave-version.png %})

2. Stop the Solr server on the new master.
3. In the alresco-insight-engine/solrhome/templates/re-rank/conf/solrconfig.xml file, replace the Solr configuration in the replication handler that defines the slave with the one that defines the master.
3. In the alfresco-insight-engine/solrhome/templates/re-rank/conf/solrconfig.xml file, replace the Solr configuration in the replication handler that defines the slave with the one that defines the master.

```bash
<requestHandler name="/replication" class="org.alfresco.solr.handler.AlfrescoReplicationHandler">
Expand Down
6 changes: 3 additions & 3 deletions insight-engine/1.1/config/replication.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@ As usual, no SSL queries configured go to the slave.

### Configuring Solr master

The configuration affecting replication is controlled by a single file, `alresco-insight-engine/solrhome/templates/re-rank/conf/solrconfig.xml`. To configure the master server, follow the steps below:
The configuration affecting replication is controlled by a single file, `alfresco-insight-engine/solrhome/templates/re-rank/conf/solrconfig.xml`. To configure the master server, follow the steps below:

1. Edit the `alresco-insight-engine/solrhome/templates/re-rank/conf/solrconfig.xml` file on the master server to change the default replication handler configuration. Remember to uncomment the `master` section.
1. Edit the `alfresco-insight-engine/solrhome/templates/re-rank/conf/solrconfig.xml` file on the master server to change the default replication handler configuration. Remember to uncomment the `master` section.

```bash
<requestHandler name="/replication" class="org.alfresco.solr.handler.AlfrescoReplicationHandler" >
Expand Down Expand Up @@ -186,7 +186,7 @@ To promote a slave, follow the steps below:
![]({% link insight-engine/images/slave-version.png %})

2. Stop the Solr server on the new master.
3. In the alresco-insight-engine/solrhome/templates/re-rank/conf/solrconfig.xml file, replace the Solr configuration in the replication handler that defines the slave with the one that defines the master.
3. In the alfresco-insight-engine/solrhome/templates/re-rank/conf/solrconfig.xml file, replace the Solr configuration in the replication handler that defines the slave with the one that defines the master.

```bash
<requestHandler name="/replication" class="org.alfresco.solr.handler.AlfrescoReplicationHandler">
Expand Down
6 changes: 3 additions & 3 deletions insight-engine/1.4/config/replication.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@ As usual, no SSL queries configured go to the slave.

### Configuring Solr master

The configuration affecting replication is controlled by a single file, `alresco-insight-engine/solrhome/templates/re-rank/conf/solrconfig.xml`. To configure the master server, follow the steps below:
The configuration affecting replication is controlled by a single file, `alfresco-insight-engine/solrhome/templates/re-rank/conf/solrconfig.xml`. To configure the master server, follow the steps below:

1. Edit the `alresco-insight-engine/solrhome/templates/re-rank/conf/solrconfig.xml` file on the master server to change the default replication handler configuration. Remember to uncomment the `master` section.
1. Edit the `alfresco-insight-engine/solrhome/templates/re-rank/conf/solrconfig.xml` file on the master server to change the default replication handler configuration. Remember to uncomment the `master` section.

```bash
<requestHandler name="/replication" class="org.alfresco.solr.handler.AlfrescoReplicationHandler" >
Expand Down Expand Up @@ -186,7 +186,7 @@ To promote a slave, follow the steps below:
![]({% link insight-engine/images/slave-version.png %})

2. Stop the Solr server on the new master.
3. In the alresco-insight-engine/solrhome/templates/re-rank/conf/solrconfig.xml file, replace the Solr configuration in the replication handler that defines the slave with the one that defines the master.
3. In the alfresco-insight-engine/solrhome/templates/re-rank/conf/solrconfig.xml file, replace the Solr configuration in the replication handler that defines the slave with the one that defines the master.

```bash
<requestHandler name="/replication" class="org.alfresco.solr.handler.AlfrescoReplicationHandler">
Expand Down
6 changes: 3 additions & 3 deletions search-services/1.3/config/replication.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@ As usual, no SSL queries configured go to the slave.

### Configuring Solr master

The configuration affecting replication is controlled by a single file, `alresco-search-services/solrhome/templates/re-rank/conf/solrconfig.xml`. To configure the master server, follow the steps below:
The configuration affecting replication is controlled by a single file, `alfresco-search-services/solrhome/templates/re-rank/conf/solrconfig.xml`. To configure the master server, follow the steps below:

1. Edit the `alresco-search-services/solrhome/templates/re-rank/conf/solrconfig.xml` file on the master server to change the default replication handler configuration. Remember to uncomment the `master` section.
1. Edit the `alfresco-search-services/solrhome/templates/re-rank/conf/solrconfig.xml` file on the master server to change the default replication handler configuration. Remember to uncomment the `master` section.

```bash
<requestHandler name="/replication" class="solr.ReplicationHandler" >
Expand Down Expand Up @@ -186,7 +186,7 @@ To promote a slave, follow the steps below:
![]({% link search-services/images/slave-version.png %})

2. Stop the Solr server on the new master.
3. In the alresco-search-services/solrhome/templates/re-rank/conf/solrconfig.xml file, replace the Solr configuration in the replication handler that defines the slave with the one that defines the master.
3. In the alfresco-search-services/solrhome/templates/re-rank/conf/solrconfig.xml file, replace the Solr configuration in the replication handler that defines the slave with the one that defines the master.

```bash
<requestHandler name="/replication" class="solr.ReplicationHandler">
Expand Down
6 changes: 3 additions & 3 deletions search-services/1.4/config/replication.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@ As usual, no SSL queries configured go to the slave.

### Configuring Solr master

The configuration affecting replication is controlled by a single file, `alresco-search-services/solrhome/templates/re-rank/conf/solrconfig.xml`. To configure the master server, follow the steps below:
The configuration affecting replication is controlled by a single file, `alfresco-search-services/solrhome/templates/re-rank/conf/solrconfig.xml`. To configure the master server, follow the steps below:

1. Edit the `alresco-search-services/solrhome/templates/re-rank/conf/solrconfig.xml` file on the master server to change the default replication handler configuration. Remember to uncomment the `master` section.
1. Edit the `alfresco-search-services/solrhome/templates/re-rank/conf/solrconfig.xml` file on the master server to change the default replication handler configuration. Remember to uncomment the `master` section.

```bash
<requestHandler name="/replication" class="org.alfresco.solr.handler.AlfrescoReplicationHandler" >
Expand Down Expand Up @@ -186,7 +186,7 @@ To promote a slave, follow the steps below:
![]({% link search-services/images/slave-version.png %})

2. Stop the Solr server on the new master.
3. In the alresco-search-services/solrhome/templates/re-rank/conf/solrconfig.xml file, replace the Solr configuration in the replication handler that defines the slave with the one that defines the master.
3. In the alfresco-search-services/solrhome/templates/re-rank/conf/solrconfig.xml file, replace the Solr configuration in the replication handler that defines the slave with the one that defines the master.

```bash
<requestHandler name="/replication" class="org.alfresco.solr.handler.AlfrescoReplicationHandler">
Expand Down

0 comments on commit 2e86977

Please sign in to comment.