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: docs/deployment/install/container/helm_deployment/preparation/optional_tasks/optional_install_new_search.md
+12-3Lines changed: 12 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -171,13 +171,16 @@ configuration:
171
171
enabled: true
172
172
wcm:
173
173
enabled: true
174
+
people:
175
+
enabled: true
174
176
```
175
177
176
178
You can enable an automated setup for content sources and crawlers. This setting is enabled by default for all content sources and crawlers. This includes the following content sources:
177
179
- 'dam'for Digital Asset Management (`dam_default_content_source` - `75024f9c-2579-58f1-3new-5706ba2a62fc`)
- 'wcm'for Web Content Manager (`wcm_default_content_source` - `972369e7-041c-4459-9211-069f4917c1ba`)
183
+
- 'people'for People Service (`people_default_content_source` - `81f17efc-2a4a-4247-ae0b-3bb99eb62643`)
181
184
182
185
For each of the content sources, you can enable or disable the automated setup by setting the `enabled` field to `true` or `false`. It is possible to override the default settings for `uuid`, `aclLookupHost`, and `aclLookupPath` for each content source. If left empty, the setup will automatically detect default values by inspecting the existing DX deployment.
183
186
@@ -200,7 +203,7 @@ configuration:
200
203
201
204
### Common fields mapping for fallback
202
205
203
-
Common field mappings are the default mappings for WCM, DAM, JCR, and PORTAL in the `documentObject`. You can find appropriate mappings for each field in the `documentObject`. Use an empty string if none of the mappings apply. For more information about `documentObject`, see [Indexed documents](../../../../../manage/container_configuration/configure_opensearch/architectural_overview.md#indexed-documents).
206
+
Common field mappings are the default mappings for WCM, DAM, JCR, PORTAL, and PEOPLE in the `documentObject` parameter. You can find appropriate mappings for each field in this parameter. Use an empty string if none of the mappings apply. For more information about the `documentObject` parameter, see [Indexed documents](../../../../../manage/container_configuration/configure_opensearch/architectural_overview.md#indexed-documents).
204
207
205
208
```yaml
206
209
commonFieldMappings:
@@ -228,14 +231,20 @@ commonFieldMappings:
228
231
description: "summary"
229
232
type: "category"
230
233
tags: "tags"
234
+
# Mappings for PEOPLE
235
+
dam:
236
+
title: "title"
237
+
description: "summary"
238
+
type: "category"
239
+
tags: "tags"
231
240
```
232
241
233
242
Refer to the following list for more information about the fields:
234
243
235
-
- `wcm`, `dam`, `jcr`, and `portal` are the types of content source currently supported.
244
+
- `wcm`, `dam`, `jcr`, `portal`, and `people` are the types of content source currently supported.
236
245
- Names of common field mappings such as `title`, `description`, `type`, and `tags` cannot be changed.
237
246
- Apart from `title`, `description`, `type` and `tags`, additional common fields are not allowed.
238
-
- There are default values defined to map different content sources such as `wcm`, `dam`, `jcr` and `portal` to different common fields such as `title`, `description`, `type` and `tags`. You can change these default mapping values.
247
+
- There are default values defined to map different content sources such as `wcm`, `dam`, `jcr`, and `portal` to different common fields such as `title`, `description`, `type` and `tags`. You can change these default mapping values.
0 commit comments