

This method takes the Artifact ID of the workspace and the Artifact ID of the dtSearch index and returns DtSearchIndexResponse object. ReadAsync() method - retrieves metadata information about a dtSearch index.UpdateAsync() method - updates an existing dtSearch index.It returns the Artifact ID of the newly created dtSearch Index. CreateAsync() method - adds a new dtSearch index to the workspace.The .Interfaces namespace contains the IDtSearchIndexManager interface that exposes the following methods. This is a required application and is available in the Application library. In order to use the service, the instance must have the Relativity.DtSearch RAP installed. Review the following information to learn about the methods used by the dtSearch Index Manager service. For more information, see Download the SDKs and NuGet packages.įundamentals for the dtSearch Manager API For more information, see Quickstart: Install and use a package in Visual Studio on the Microsoft website. You can easily add this NuGet package to your project through Visual Studio. dtSearch Manager API SDK - Download the NuGet package called.To begin developing with the dtSearch Manager services, complete the following prerequisites:


Prerequisites for using the dtSearch Manager API Fundamentals for the dtSearch Manager API.Prerequisites for using the dtSearch Manager API.This page contains the following information: For more information, see dtSearch Manager Service. These interfaces support the same functionality as the. You can also use the dtSearch Manager API services through REST. A sample use case for the dtSearch Manager API is creating a custom application to programmatically run through the stages of index build rather than manually performing these tasks through the Relativity UI. The dtSearch Index Manager API exposes these operations, and others, letting you programmatically manage dtSearch Indexes. In order to perform a dtSearch search, you must build and activate a dtSearch index. For more information, see dtSearch on the Relativity Documentation site. Relativity's dtSearch engine provides advanced search functionality such as proximity, stemming, fuzzy searches, and Boolean operators.
