Show / Hide Table of Contents

Class SearchProvider

Represents a search provider.

Inheritance
System.Object
Artifact
NamedArtifact
SearchProvider
Implements
IHasName
Inherited Members
NamedArtifact.Name
Artifact.ArtifactID
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 Source

Active

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
| Improve this Doc View Source

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
| Improve this Doc View Source

DLL

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

Declaration
public string DLL { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

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
| Improve this Doc View Source

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
| Improve this Doc View Source

Order

Gets or sets the order for the given search provider.

Declaration
public int Order { get; set; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

Parameters

Gets or sets the parameters for the given search provider.

Declaration
public string Parameters { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

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 Source

FillRequiredProperties()

Fills the required properties.

Declaration
public SearchProvider FillRequiredProperties()
Returns
Type Description
SearchProvider

The same SearchProvider object instance.

Implements

IHasName
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX