Enum TermbaseSearchOrder
Represents the order in which termbases in a termbase configuration (TermbaseConfiguration) are searched.
Namespace: Sdl.ProjectAutomation.Core
Assembly: Sdl.ProjectAutomation.Core.dll
Syntax
public enum TermbaseSearchOrder
Fields
Name | Description |
---|---|
Hierarchical | The termbases are searched sequentially in the order that they appear in the Termbases list. As soon as results are found in a termbase, the search stops and the remaining termbases are not searched anymore. |
Parallel | All termbases in the Termbases list are searched in parallel and the results are sorted alphabetically. |
Sequential | The termbases are searched sequentially in the order that they appear in the Termbases list. All termbases are searched and the results are returned, in the order that the originating termbases appeared in the Termbases list. |