<PackageReference Include="Relativity.Server.Services.Interfaces.SDK" Version="5000.0.2" />

SearchProviderResponse

public class SearchProviderResponse
Stores information returned from a read request.
public bool Active { get; set; }

Get or set if the Search Provider object is active

public int ArtifactID { get; set; }

Gets the artifact id for the given search provider.

public bool AvailableForSearching { get; set; }

Get or set if the Search Provider object is available for searching

public string DLL { get; set; }

Gets the dll name for the given search provider.

public int MaxRank { get; set; }

Gets the minimum rank returned for the given search provider.

public int MinRank { get; set; }

Gets the minimum rank returned for the given search provider.

public string Name { get; set; }

Gets or sets the name for the given search provider.

public int Order { get; set; }

Get or set the order for the given search provider.

public string Parameters { get; set; }

Gets the parameters for the given search provider.

public int RankCacheMultiplier { get; set; }

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

Default constructor. Defaults all values to null.