How to use Boolean operators within the Enterprise Vault (EV) Collections Keyword Filter in Clearwell (CW).

book

Article ID: 100009782

calendar_today

Updated On:

Cause

  • Limit the amount of data collected with a concerns for capacity.
  • Reduce the amount of Review time.
  • Legal requirement.

Resolution

Boolean operators can used within Enterprise Vault (EV) Collections Keyword Filter  in Clearwell (CW) as expressed in the three examples following:
  1. In the All of the phrases will be an AND between each line

Note: This is indicated in the query output following:

EV10+ - 64 bit index

Velocity query:||https://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="https://www.w3.org/2001/XMLSchema " logic="and">|  |    |      |        |        |      |      |        |        |      |      |      |      |    | 4

EV9 - 32 bit index  

CAltaVistaSearch::NonChunkedSearch Parsed Query: (anum:[anum:0-0] AND snum:[snum:1-4294967294] AND xtext:"pear" AND xtext:"apple") AND NOT (ssid:{MD.**})

  1. In the Any of the Phrases, there will be an OR between each line

Note: This is indicated in the query output following:

EV10+ - 64 bit index

Velocity query:||https://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="https://www.w3.org/2001/XMLSchema " logic="and">|  |    |      |        |        |      |      |        |        |      |    |    |      |      |    |

EV9 - 32 bit index

CAltaVistaSearch::NonChunkedSearch Parsed Query: (anum:[anum:0-0] AND snum:[snum:1-4294967294] AND ( xtext:"pear" OR xtext:"apple")) AND NOT (ssid:{MD.**})

  1. Between Any of the Phrases and All of the Phrases there is an AND 

 

 

 

Issue/Introduction

User would like to use Boolean operator, e.g. AND, OR, within Enterprise Vault (EV) Collections Keyword Filter in Clearwell (CW).