KeywordSearch
Represents an instance of keyword search. Keyword search (or SQL index search) is Relativity's default search engine.
Gets or sets the Artifact Type ID of the object for the search (currently only Document is supported).
Gets or sets dashboard associated with the saved search.
Gets or sets the fields to be included in the search result set specified as a collection of Field objects.
Gets or sets field identifying documents related to the documents matching the search criteria. The related documents will be included in the result set alongside with the documents that match the search criteria.
Gets or sets optional field for recording additional information associated with the search as keywords.
Gets or sets detailed description of the saved search.
Gets or sets user(s) who can access the saved search. Setting the ArtifactID value to 0 enables all users with permissions to the saved search are able to see it.
Gets or sets string parameter used to optimize views. Only use the query hint if instructed by the kCura Client Services team. Currently, you can use Hashjoin:(true/false) or Maxdrop:(x) to populate the field.
Gets or sets relativityApplications associated with this saved search.
Gets or sets a value indicating whether requires users to rerun a saved search when they return to it to ensure up-to-date results.
Gets or sets the scope of the search specified as a ScopeType enumeration.
Gets or sets search Criteria specified as a CriteriaCollection object.
Gets or sets if folders or subfolders are specified as the KeywordSearch.
Gets or sets searchIndex of the keyword index used by the search.
Gets or sets search terms.
Gets or sets a value indicating whether indicates that the search results must be sort by relevance rank.
Gets or sets sort order for search results specified as a Sorts object.
Gets or sets artifactID of the user who created the saved search.
Gets or sets date and time in UTC when the saved search was created.
Gets or sets artifactID of the user who last modified the saved search.
Gets or sets date and time in UTC when the search was last modified.
public KeywordSearch()
Fills the Name on the KeywordSearch if its null.