Please enter search query.
Search <book_title>...
Enterprise Vault™ Discovery Accelerator Administrator's Guide
Last Published:
2024-03-04
Product(s):
Enterprise Vault (15.0)
- Introducing Discovery Accelerator
- 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 Discovery Accelerator
- Defining email targets with Address Manager
- Building Discovery Accelerator search schedules
- Manually reviewing items
- About reviewing with Discovery Accelerator
- 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 Discovery Accelerator reports
- Accessing reports through the OData web service
- Appendix A. Enterprise Vault properties for use in Discovery Accelerator searches
- Appendix B. Troubleshooting
- Issues with 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 Discovery Accelerator. 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.