Relativity.Services.Search.dtSearch
Represent an instance of dtSearch. Relativity's dtSearch engine provides advanced search functionality such as proximity, stemming, fuzzy searches, and Boolean operators.
The Artifact Type ID of the object for the search (currently only Document is supported).
Dashboard associated with the saved search.
Enables search for grammatical variations of the search term.
The fields to be included in the search result set specified as a collection of Field objects.
Fuzziness level defines the level of search term variations.
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.
Optional field for recording additional information associated with the search as keywords.
Detailed description of the saved search.
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.
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.
RelativityApplications associated with this saved search.
Requires users to rerun a saved search when they return to it to ensure up-to-date results.
The scope of the search specified as a ScopeType enumeration.
SearchContainer of the saved search folder. If no value is specified, the search will be saved at the logical root of the saved search view.
Search Criteria specified as a CriteriaCollection object.
If folders or subfolders are specified as the dtSearch.
SearchIndex of the dtSearch index used by the search.
Search terms.
Indicates that the search results must be sort by relevance rank.
Sort order for search results specified as a Sorts object.
ArtifactID of the user who created the saved search.
Date and time in UTC when the saved search was created.
ArtifactID of the user who last modified the saved search.
Date and time in UTC when the search was last modified.
public dtSearch()
dtSearch constructor.