Keyoti SearchUnit API Docs
REASON Enumeration
API DocumentationKeyoti.SearchEngine.SearchREASON
Keyoti SearchUnit v6
Specifies the reason for search expression exceptions.
Declaration Syntax
C#Visual Basic
[ObsoleteAttribute("Please use equivalent 'InvalidExpressionReason'.", 
	true)]
public enum REASON
<ObsoleteAttribute("Please use equivalent 'InvalidExpressionReason'.", 
	true)> 
Public Enumeration 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: Keyoti4.SearchEngine.Core (Module: Keyoti4.SearchEngine.Core.dll) Version: 2022.8.22.610