IFulltext SessionBuild Keywords AsyncTDocument Method
Asynchronously builds tokenized and normalized forms and statistics for the keywords extracted from the text.
Definition
Namespace: SphinxConnector.FluentApi
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
A list of keywords.
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
C#
Task<IList<Keyword>> BuildKeywordsAsync<TDocument>(
string text
)
VB
Function BuildKeywordsAsync(Of TDocument) (
text As String
) As Task(Of IList(Of Keyword))Parameters
- text String
- 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
TaskIListKeywordA list of keywords.