Please enter search query.
Search <book_title>...
Arctera Enterprise Vault™ eDiscovery Administrator's Guide
Last Published:
2025-07-07
Product(s):
Enterprise Vault (15.2)
- Configuring eDiscovery: Desktop Client
- Importing configuration data from an XML file
- Setting eDiscovery system configuration options
- Setting up and assigning roles
- Working with cases
- Setting up review marks and tags
- Using rules to mark and tag items automatically
- Using Custodian Manager
- Searching for items
- About searching with eDiscovery
- Defining email targets with Address Manager
- Building eDiscovery search schedules
- Manually reviewing items
- About reviewing with eDiscovery
- Searching within the review set
- Deleting items from Enterprise Vault archives
- Working with research folders
- Exporting and producing items
- About exporting and producing items
- Creating and viewing reports
- Enhanced reporting
- Available eDiscovery reports
- Accessing reports through the OData web service
- Appendix A. Enterprise Vault properties for use in eDiscovery searches
- Appendix B. Troubleshooting
- Issues with Insight eDiscovery Custodian Manager
About SQL Server stopwords
To prevent a full-text index from becoming bloated, SQL Server has a mechanism that discards commonly occurring words such as "the" and "and". These discarded words are called stopwords. During index creation, the SQL full-text engine omits stopwords from the full-text index, and consequently you cannot search for them by using eDiscovery. For example, a search for the phrase "the lazy dog" returns results where the phrase "one lazy dog" matches.
You can override this behavior by editing the SQL Server stopword file. The following article in the Microsoft Knowledge Base describe how to do this:
https://msdn.microsoft.com/library/ms142551.aspx
Note that the stopwords are common to all full-text catalogs in the SQL instance.