Class SearchProvider
Represents a search provider.
Implements
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Relativity.Testing.Framework.Models
Assembly: Relativity.Testing.Framework.dll
Syntax
[ObjectTypeName("Search Index")]
public class SearchProvider : NamedArtifact, IHasName
Properties
| Improve this Doc View SourceActive
Gets or sets a value indicating whether the Search Provider object is active.
Declaration
public bool Active { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
AvailableForSearching
Gets or sets a value indicating whether the Search Provider object is available for searching.
Declaration
public bool AvailableForSearching { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
DLL
Gets or sets the dll name for the given search provider.
Declaration
public string DLL { get; set; }
Property Value
Type | Description |
---|---|
System.String |
MaxRank
Gets or sets the minimum rank returned for the given search provider.
Declaration
public int MaxRank { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
MinRank
Gets or sets the minimum rank returned for the given search provider.
Declaration
public int MinRank { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Order
Gets or sets the order for the given search provider.
Declaration
public int Order { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Parameters
Gets or sets the parameters for the given search provider.
Declaration
public string Parameters { get; set; }
Property Value
Type | Description |
---|---|
System.String |
RankCacheMultiplier
Gets or sets the current search provider ranking multiplier for the given search provider.
Declaration
public int RankCacheMultiplier { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Methods
| Improve this Doc View SourceFillRequiredProperties()
Fills the required properties.
Declaration
public SearchProvider FillRequiredProperties()
Returns
Type | Description |
---|---|
SearchProvider | The same SearchProvider object instance. |