Keyoti Search for ASP.NET API Docs
ParseExpression Method (expression)
API DocumentationKeyoti.SearchEngine.SearchGroupElementParseExpression(String)
Keyoti Search for ASP.NET 2010
Loads the elements field with elements (words, phrases, groups, logic operators) in expression.
Declaration Syntax
C#Visual BasicVisual C++
protected virtual void ParseExpression(
	string expression
)
Protected Overridable Sub ParseExpression ( _
	expression As String _
)
protected:
virtual void ParseExpression(
	String^ expression
)
Parameters
expression (String)
Remarks
Note: at this stage spaces are not yet replaced with "AND" operators, this is resolved internally later.
Examples
If expression = "one two three", then elements will be loaded with 3 WordElement objects. If expression = "one OR two three", then elements will be loaded with 3 WordElement objects and one OperatorElement (for the OR).

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