 | IFulltextSession.BuildKeywords<TDocument> Method |
Builds tokenized and normalized forms and statistics for the keywords extracted from the text.
Namespace: SphinxConnector.FluentApiAssembly: SphinxConnector (in SphinxConnector.dll) Version: 3.12.6
SyntaxIList<Keyword> BuildKeywords<TDocument>(
string text
)
Function BuildKeywords(Of TDocument) (
text As String
) As IList(Of Keyword)
Parameters
- text
- Type: System.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
Type:
IList<Keyword>A list of keywords.
See Also