Keyoti Search for ASP.NET API Docs
InvalidExpressionReason Enumeration
API DocumentationKeyoti.SearchEngine.SearchInvalidExpressionReason
Keyoti Search for ASP.NET 2010
Specifies the reason for search expression exceptions.
Declaration Syntax
C#Visual BasicVisual C++
public enum InvalidExpressionReason
Public Enumeration InvalidExpressionReason
public enum class InvalidExpressionReason
Members
MemberDescription
NotWordWithOrOperator
A not word was grouped with another element using an OR operator.

UniqueNotWord
A not word appeared in a group by itself.

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

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

InvalidWilcardToken
Invalid use of the Wildcard token - typically this means a "*" appeared by itself and not next to a word.

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