Suggestion Constructor
Initializes a new instance of the Suggestion class.
Definition
Namespace: SphinxConnector.FluentApi
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
C#
public Suggestion(
string value,
int? levenshteinDistance = null,
long? documentCount = null
)VB
Public Sub New (
value As String,
Optional levenshteinDistance As Integer? = Nothing,
Optional documentCount As Long? = Nothing
)