Wiki source code of 03g. Mail Data Source Wizard
Show last authors
| author | version | line-number | content |
|---|---|---|---|
| 1 | {{box cssClass="floatinginfobox" title="**Contents**"}} | ||
| 2 | {{toc/}} | ||
| 3 | {{/box}} | ||
| 4 | |||
| 5 | To create an Index from an email server, click **Wizards**, then **Mail**. | ||
| 6 | |||
| 7 | Click the **New** button to begin the process. | ||
| 8 | |||
| 9 | = Creation Process = | ||
| 10 | |||
| 11 | == Details == | ||
| 12 | |||
| 13 | Enter the name that will be given to the Data Source, Data Source Group and Index in the **Name** text box. | ||
| 14 | |||
| 15 | Use the **Tags** text box to add associated search terms to the Index structure. This allows the components to be searched using alternative strings when using the search bar. | ||
| 16 | |||
| 17 | To automatically restrict access to the Index once built, enable the **Sensitive** option. Only users with explicit permission will be able to access the Index. | ||
| 18 | |||
| 19 | The **Index Method** drop-down list specifies the build method to be used when building the Index. | ||
| 20 | |||
| 21 | The **Complete** option will result in all items in a data source being indexed when a refresh takes place. Once refreshed, a new version number is applied to the Index. Each run completely refreshes the Index. | ||
| 22 | |||
| 23 | Building an **Incremental** Index enables an optimised refresh process when rebuilding Indexes to account for any changes. Rather than rebuilding the entire Index, only data that has been modified or added will be processed. New and changed records are added as new rows. This maintains the history of a record that may have changed over time, and no de-duplication is applied. When selected, the **Incremental Identifier** drop-down list is revealed. This is required to identify changes, using the selected field to detect when new data is greater than the previous highest value. | ||
| 24 | |||
| 25 | The **Cumulative** option works the same as an **Incremental** build, but replaces duplicates as well as adding new data. Duplicate records are removed from the result set based on the **Increment Identifier** and **Primary Key**. When cumulatively building from CSV files, only a **Primary Key** is required. For other database types, an **Incremental Identifier** and a **Primary Key** are required. | ||
| 26 | |||
| 27 | Use the **Index Size** drop-down list to specify the expected number of records the resulting Index will contain. This is an indicative value and does not need to be exact. | ||
| 28 | |||
| 29 | Using this drop-down list allows the system to work out how many folders to split the Index into. The higher the specified Index size, the less folders created. A lower number of folders results in less threads used to query the Index, as a single thread is allocated per folder. This decreases the speed of individual queries, but reduces the performance impact of multiple concurrent users querying the system simultaneously. | ||
| 30 | |||
| 31 | Use the **Add to Search Engine** drop-down list to select the relevant search engine the Index will be added to upon completion and the **Add to Collection** drop-down list to select an existing Collection to which the Index will be added. | ||
| 32 | |||
| 33 | Enable the **Build Now** option to build the Index as soon as the creation process is complete. If disabled, the settings are saved for the Index to be built at a later time. | ||
| 34 | |||
| 35 | == Setup == | ||
| 36 | |||
| 37 | Enter the name or IP address of the mail server in the **Name** textbox, and select the relevant security protocol by checking the Secure Sockets Layer (**SSL**) or Transport Layer Security (**TLS**) option. | ||
| 38 | |||
| 39 | Enter the relevant port number in the **Port** textbox for the server to be accessed, and enter the **Account Name** and **Account Password** to access and Index the emails belonging to the specified user account. | ||
| 40 | |||
| 41 | Enable the **Include Attachments** option to include attachments in the Index and enable the **Exchange Postmaster** option to identify the account as such when indexed. | ||
| 42 | |||
| 43 | Select a value from the **Messages to Index** dropdown list to specify the number of messages to retrieve when the Index is built. The maximum that can be specified is **All**, where every message is retrieved. Other values will constrain the retrieval process to only the most recent number. |