@Override
 protected void notifyDataSetInvalidated() {
   mAdapter.buildCorpusGroups();
   mAdapter.notifyDataSetInvalidated();
 }