Keyoti SearchUnit API Docs
ExpressionOperators Constructor (andOperator, orOperator)
API DocumentationKeyoti.SearchEngine.SearchExpressionOperatorsExpressionOperators(String, String)
Keyoti SearchUnit v6
Creates an instance of ExpressionOperators that receieves two strings (AND, OR operators) as parameters
Declaration Syntax
C#C#Visual BasicVisual BasicVisual C++Visual C++F#F#
public ExpressionOperators(
	string andOperator,
	string orOperator
)
public ExpressionOperators(
	string andOperator,
	string orOperator
)
Public Sub New ( 
	andOperator As String,
	orOperator As String
)
Public Sub New ( 
	andOperator As String,
	orOperator As String
)
public:
ExpressionOperators(
	String^ andOperator, 
	String^ orOperator
)
public:
ExpressionOperators(
	String^ andOperator, 
	String^ orOperator
)
new : 
        andOperator : string * 
        orOperator : string -> ExpressionOperators
new : 
        andOperator : string * 
        orOperator : string -> ExpressionOperators
Parameters
andOperator (String)
String used as AND operator
orOperator (String)
String used as OR operator

Assembly: Keyoti4.SearchEngine.Core (Module: Keyoti4.SearchEngine.Core.dll) Version: 2015.6.15.120