Click or drag to resize

IFulltextSessionBuildKeywordsAsyncTDocument Method

Asynchronously builds tokenized and normalized forms and statistics for the keywords extracted from the text.

Namespace:  SphinxConnector.FluentApi
Assembly:  SphinxConnector (in SphinxConnector.dll) Version: 5.3.0
Syntax
Task<IList<Keyword>> BuildKeywordsAsync<TDocument>(
	string text
)

Parameters

text
Type: SystemString
The text to break down to keywords

Type Parameters

TDocument
The document type to build keywords for. This determines the index to take the text processing settings from.

Return Value

Type: TaskIListKeyword
A list of keywords.
See Also