Search Method

Stot

Stot

Querier..::..Search Method

Searches for the specified query, returns a ranked List of Documents matching any word in the query.

Namespace:  Engine
Assembly:  Engine (in Engine.dll)

Syntax


public static List<Document> Search(
	string query
)
Public Shared Function Search ( _
	query As String _
) As List(Of Document)
public:
static List<Document^>^ Search(
	String^ query
)

Parameters

query
Type: String
The query.

Return Value