None.
- When multiple lines containing the NOTWITHIN operator use the same term on the left side of the operator, Hit Highlighting may behave inconsistently. Specifically, terms used on the left side of the operator may be highlighted in phrases listed on the right side of the operator that should otherwise not be highlighted.
For example:
Search Term 1: text NOTWITHIN this is a system generated text message
Search Term 2: text NOTWITHIN text reminders
Item Content: text reminders, this is a text sent with importance.
In this case, the item would be returned in the search as the term text occurs outside the NOTWITHIN phrases. However, Hit Highlighting could highlight the term text in the phrase text reminders. This is due to overlapping RegEx patterns where the pattern for one line overlaps the pattern for the other line(s). Attempting to correct this issue programmatically would require combining the RegEx patterns for each line, creating a much longer and more complex RegEx pattern which would require more resources and time to process. This could potentially result in delays and/or timeouts in the item's Preview and could result in errors if the RegEx pattern exceeds the pre-programmed (non-configurable) 500-character threshold.
When using the NOTWITHIN operator on multiple lines, the Search Criteria was being incorrectly parsed when compiled for EV Indexing, resulting in unexpected results and/or behaviour.
The issue of unexpected Hit Highlighting when using multiple lines containing the NOTWITHIN operator was due to incorrect RegEx patterns/logic processing of the left and right sides of the operator.
The issue was first discovered in CA version 14.5.2, and may be present in other versions up to any fix version(s) listed below.
There are no plans to address this issue by way of a patch or hotfix in earlier versions of the software at the present time. However, the issue has been addressed in the revision of the product specified at the end of this article.
Please contact your Sales representative or the Sales group for upgrade information including upgrade eligibility to the release containing the resolution for this issue.
The issue of using the NOTWITHIN operator on multiple lines is fixed in the following release(s), available in the Download Center at https://www.veritas.com/support:
- Enterprise Vault 15.1.2
The issue of unexpected Hit Highlighting when using multiple lines containing the NOTWITHIN operator is fixed in the following release(s), available in the Download Center at https://www.veritas.com/support:
- Enterprise Vault 15.1.3
- Enterprise Vault 15.2.1
The fix for the issue of unexpected Hit Highlighting was tested for the following in the Subject and/or Content fields:
- Expected Hit Highlighting for NOTWITHIN Search terms.
- Expected Hit Highlighting for NOTWITHIN Hotwords.
- Hotword Statistics and Navigation for NOTWITHIN Hotwords (Surveillance only).
- Terms using lower case and upper case characters.