SearchServiceApplicationInfo constructor
SharePoint 2013
Namespace:
Microsoft.Office.Server.Search.Query
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
public SearchServiceApplicationInfo( Guid searchServiceApplicationId, bool queryLoggingEnabled, bool querySuggestionsEnabled, bool personalQuerySuggestionsEnabled, bool UseSimpleSchemaUI, Dictionary<string, string> properties, SearchProvider defaultSearchProvider, int defaultQueryTimeout, int maxQueryTimeout, int maxKeywordQueryTextLength, int installLanguage, List<int> installedlanguages, string searchcenterUrl, string sharedSearchBoxSettings, int discoveryMaxKeywordQueryTextLength, int queryLoggingDailyLimit, bool alertsEnabled, int discoveryMaxRowLimit, int maxRowLimit )
Parameters
- searchServiceApplicationId
- Type: System.Guid
- queryLoggingEnabled
- Type: System.Boolean
- querySuggestionsEnabled
- Type: System.Boolean
- personalQuerySuggestionsEnabled
- Type: System.Boolean
- UseSimpleSchemaUI
- Type: System.Boolean
- properties
- Type: System.Collections.Generic.Dictionary<String, String>
- defaultSearchProvider
- Type: Microsoft.Office.Server.Search.Query.SearchProvider
- defaultQueryTimeout
- Type: System.Int32
- maxQueryTimeout
- Type: System.Int32
- maxKeywordQueryTextLength
- Type: System.Int32
- installLanguage
- Type: System.Int32
- installedlanguages
- Type: System.Collections.Generic.List<Int32>
- searchcenterUrl
- Type: System.String
- sharedSearchBoxSettings
- Type: System.String
- discoveryMaxKeywordQueryTextLength
- Type: System.Int32
- queryLoggingDailyLimit
- Type: System.Int32
- alertsEnabled
- Type: System.Boolean
- discoveryMaxRowLimit
- Type: System.Int32
- maxRowLimit
- Type: System.Int32