...
Setting Name | Description |
---|---|
Server | The database server. |
Port | Default 1433. Use 0 if named instance. |
Database | The name of the WorkSite database. |
Use integrated security | Yes/No. |
User Name | If integrated security a Active Directory user with read to the WorkSite database. If not integrated security a SQL Authentication User with read access to the WorkSite database. |
Password | The password of index user. |
Connection timeout (in seconds) | Advanced options. Default 15. |
Command timeout (in seconds) | Advanced options. Default 30. |
Database Schema | The schema of the WorkSite database. Usually dbo. |
Episerver Settings Page
For more information about Virtual Roles and table names go to Episerver CMS Connector: Security.
Setting Name | Description |
---|---|
Episerver CMS URL: | The Episerver URL. Ex value: http://intranet |
Membership User Table | Membership User Table. Example value: tblSynchedUser |
Membership User Table Column Name | Membership User Table Column Name. Example value: UserName |
Membership Role Table | Membership Role Table. Example value: tblSynchedUserRole |
Membership Role Table Column Name | Membership Role Table Column Name. Example value: RoleName |
All Virtual Roles | List of all virtual roles configured in Episerver. Example value: 'Everyone', 'Administrators', 'WebAdmins' |
Virtual Role 1 | The Episerver connector supports configuring two virtual roles for indexing. These roles are mapped to specified AD group SID. Example value: 'Everyone' |
Virtual Role 1 AD Group SID | The AD Group SID of Virtual Role 1. Example value: 'S-1-1-0' |
Virtual Role 2 | The Episerver connector supports configuring two virtual roles for indexing. These roles are mapped to specified AD group SID. Example value: '' |
Virtual Role 2 AD Group SID | The AD Group SID of Virtual Role 1. Example value: '' |
Settings for Content Type Page
You can check active content types for page using query posted here.
Setting Name | Description |
---|---|
Include or exclude Content Types for Pages | A connection can be configured to either include all specified content types or exclude for pages. For include use 'in'. For exclude use 'not in'. |
Content Types to be Included/excluded for Pages | The Page content types to include or exclude: Example list: 'StartPageTypeModel', 'StandardPageTypeModel' |
Block Content Areas to index | Blocks are added to Pages via Content Areas. The connector will index all blocks in these configured content areas. Example list: 'maincontentarea','rightcontentarea'. |
Block Types to exclude from Content Areas | A list of which Block Types to exclude from the Content Areas. Example list: 'RssFeedBlockTypeModel'. |
Settings for Content Type Asset
You can check active content types for asset using query posted here.
Setting Name | Description |
---|---|
Asset - Include or exclude Content Types for Asset | A connection can be configured to either include all specified content types or exclude for assets. For include use 'in'. For exclude use 'not in'. |
Asset- Content Types to be Included/excluded for Asset | The asset content types to include or exclude: Example list: 'GenericMediaContentType' |
...