AutoComplete Method

Stot

Stot

Querier..::..AutoComplete Method

Expands strings that have been partially entered in an edit control into complete strings

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

Syntax


public static List<string> AutoComplete(
	string querywords,
	int noOfResults
)
Public Shared Function AutoComplete ( _
	querywords As String, _
	noOfResults As Integer _
) As List(Of String)
public:
static List<String^>^ AutoComplete(
	String^ querywords, 
	int^ noOfResults
)

Parameters

querywords
Type: String
A string of words from the query after removing the stopwords.
noOfResults
Type: Int32
The number of suggestions from the query

Return Value