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