/** Add a filter that uses the NOT operator. */
 public Search addFilterNot(Filter filter) {
   SearchUtil.addFilterNot(this, filter);
   return this;
 }