 | WordPrioritization Enumeration |
Word prioritization for sorting keywords.
Namespace: CandlelightAssembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntaxpublic enum WordPrioritization
Members|
| Member name | Value | Description |
|---|
| Default | 0 |
Words will be sorted based on whatever order they are encountered in the data source.
|
| LongestNGram | 1 |
Words will be sorted with the longest multi-part phrases first. For example, "some phrase" would appear
before either "some" or "phrase".
|
See Also