<PackageReference Include="Relativity.Server.Testing.Framework.SDK" Version="10.3.0" />

SearchProvider

public class SearchProvider : NamedArtifact
Represents a search provider.
public bool Active { get; set; }

Gets or sets a value indicating whether the Search Provider object is active.

public bool AvailableForSearching { get; set; }

Gets or sets a value indicating whether the Search Provider object is available for searching.

public string DLL { get; set; }

Gets or sets the dll name for the given search provider.

public int MaxRank { get; set; }

Gets or sets the minimum rank returned for the given search provider.

public int MinRank { get; set; }

Gets or sets the minimum rank returned for the given search provider.

public int Order { get; set; }

Gets or sets the order for the given search provider.

public string Parameters { get; set; }

Gets or sets the parameters for the given search provider.

public int RankCacheMultiplier { get; set; }

Gets or sets the current search provider ranking multiplier for the given search provider.

public SearchProvider()

Fills the required properties.