Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the minimum number of the query components used in each index partition.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Property MinimumReadyQueryComponentsPerPartition As Integer
Get
Set
'Usage
Dim instance As SearchServiceApplication
Dim value As Integer
value = instance.MinimumReadyQueryComponentsPerPartition
instance.MinimumReadyQueryComponentsPerPartition = value
public int MinimumReadyQueryComponentsPerPartition { get; set; }
Property value
Type: System.Int32
The minimum number of the query components used in each index partition. The default value is 2.
See also
Reference
SearchServiceApplication class