A type of word segment match (i.e. wildcard type).
            
 Declaration Syntax
 Declaration Syntax| C# | Visual Basic | 
public enum LexiconSegmentMatchType
Public Enumeration LexiconSegmentMatchType
 Members
 Members| Member | Description | 
|---|---|
| StartsWith | Will match any word that starts with the segment. | 
| EndsWith | Will match any word that ends with the segment. | 
| Contains | Will match any word that contains the segment. | 
| Is | Will match any word that is equal to the segment. | 
Assembly: Keyoti4.SearchEngine.Core (Module: Keyoti4.SearchEngine.Core.dll) Version: 2022.8.22.610

