Click or drag to resize
WordPrioritization Enumeration
Word prioritization for sorting keywords.

Namespace: Candlelight
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
public enum WordPrioritization
Members
  Member nameValueDescription
Default0 Words will be sorted based on whatever order they are encountered in the data source.
LongestNGram1 Words will be sorted with the longest multi-part phrases first. For example, "some phrase" would appear before either "some" or "phrase".
See Also