Initializes a new Search instance which will perform a search for the specified terms within the specified attribute or interface.

Namespace:  Endeca.Data
Assembly:  Endeca.Data (in Endeca.Data.dll) Version: 2.1.3.0 (2.1.3.622)

Syntax

C#
public Search(
	string terms,
	string keyName
)
Visual Basic (Declaration)
Public Sub New ( _
	terms As String, _
	keyName As String _
)
Visual C++
public:
Search(
	String^ terms, 
	String^ keyName
)

Parameters

terms
Type: System..::.String
The terms to search for.
keyName
Type: System..::.String
The property, dimension, or search interface name.

See Also