<PackageReference Include="Relativity.Server.Services.DataContracts.SDK" Version="13.6.1" />

Relativity.Services.Search.WordListResult

public class WordListResult
Represents and instance of a dictionary search (word list) result, returned from the dtSearch search engine for identifying common terms to include in Search Terms Reports
public readonly string Keyword

Resulting keyword matching search parameters

public readonly long TotalDocuments

Total number of documents containing keyword

public readonly long TotalWords

Total number of instances of the keyword

public WordListResult(string keyword, long totalWords, long totalDocuments)

Constructor for individual result from dtSearch engine