Keyoti Search for ASP.NET API Docs
REASON Enumeration
API DocumentationKeyoti.SearchEngine.SearchREASON
Keyoti Search for ASP.NET 2010
Specifies the reason for search expression exceptions.
Declaration Syntax
C#Visual BasicVisual C++
[ObsoleteAttribute("Please use equivalent 'InvalidExpressionReason'.", 
	true)]
public enum REASON
<ObsoleteAttribute("Please use equivalent 'InvalidExpressionReason'.",  _
	True)> _
Public Enumeration REASON
[ObsoleteAttribute(L"Please use equivalent 'InvalidExpressionReason'.", 
	true)]
public enum class REASON
Members
MemberDescription
NOT_WORD_OR_OPER
A not word was grouped with another element using an OR operator.

UNIQUE_NOT_WORD
A not word appeared in a group by itself.

DIFFERENT_OPERATORS_WITHIN_GROUP
A group contained more than one type of operator (and ambiguities could not be resolved).

QUOTES_AND_PHRASE_DISABLED
The group contained a phrase element (""), however phrase matching was not enabled for the last index build.

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