Suggestion OptionsReject Queue Length Property
Rejected words are matches that are not better than those already in the match queue.
They are put in a rejected queue that gets reset in case one actually can go in the match queue.
This option defines the size of the rejected queue (as reject*max(max_matched,limit)).
If the rejected queue is filled, the engine stops looking for potential matches.
Definition
Namespace: SphinxConnector.FluentApi
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
C#
public int RejectQueueLength { get; set; }VB
Public Property RejectQueueLength As Integer
Get
Set