Keyoti Search for ASP.NET API Docs
LexiconSegmentMatchType Enumeration
API DocumentationKeyoti.SearchEngine.DataAccessLexiconSegmentMatchType
Keyoti Search for ASP.NET 2010
A type of word segment match (i.e. wildcard type).
Declaration Syntax
C#Visual BasicVisual C++
public enum LexiconSegmentMatchType
Public Enumeration LexiconSegmentMatchType
public enum class 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.

Is
Will match any word that is equal to the segment.

Assembly: Keyoti2.SearchEngine.Core (Module: Keyoti2.SearchEngine.Core) Version: 2010.4.1.609