 | SettingsSaveBatchSize Property |
Gets or sets the batch size that is used for save operations. Default is 16.
Namespace:
SphinxConnector.FluentApi
Assembly:
SphinxConnector (in SphinxConnector.dll) Version: 5.4.1
Syntaxpublic int SaveBatchSize { get; set; }
Public Property SaveBatchSize As Integer
Get
Set
Property Value
Type:
Int32
Remarks
This setting controls how many documents are send to Sphinx within a single roundtrip.
See Also