Keyoti SearchUnit API Docs
LexiconSegmentMatchType Enumeration
API DocumentationKeyoti.SearchEngine.DataAccessLexiconSegmentMatchType
Keyoti SearchUnit v6
A type of word segment match (i.e. wildcard type).
Declaration Syntax
C#C#Visual BasicVisual BasicVisual C++Visual C++F#F#
public enum LexiconSegmentMatchType
public enum LexiconSegmentMatchType
Public Enumeration LexiconSegmentMatchType
Public Enumeration LexiconSegmentMatchType
public enum class LexiconSegmentMatchType
public enum class LexiconSegmentMatchType
type LexiconSegmentMatchType
type LexiconSegmentMatchType
Members
MemberDescription
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.
IsWill match any word that is equal to the segment.

Assembly: Keyoti4.SearchEngine.Core (Module: Keyoti4.SearchEngine.Core.dll) Version: 2015.6.15.120