Suggestions Method

Stot

Stot

Semanter..::..Suggestions Method

Suggest Search Queries Similar to the Passed in query

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

Syntax


public List<string> Suggestions(
	string query,
	int noOfResults
)
Public Function Suggestions ( _
	query As String, _
	noOfResults As Integer _
) As List(Of String)
public:
List<String^>^ Suggestions(
	String^ query, 
	int^ noOfResults
)

Parameters

query
Type: String
The List of strings containing the query in order.
noOfResults
Type: Int32
The number of suggestions produced.

Return Value

An array of suggested terms, sorted by relevance