 | QueryMetadataWordInfo Property |
Gets a list containing the word infos for the query.
Namespace: SphinxConnector.FluentApiAssembly: SphinxConnector (in SphinxConnector.dll) Version: 3.12.6
Syntaxpublic IList<SphinxWordInfo> WordInfo { get; }
Public ReadOnly Property WordInfo As IList(Of SphinxWordInfo)
Get
Property Value
Type:
IListSphinxWordInfo
See Also