// load archived notebooks (if note using the EN interface)
setArchiveNotebookIndex(conn.getNotebookTable().getAllArchived());
// load saved search index
setSavedSearchIndex(conn.getSavedSearchTable().getAll());
// Load search helper utility
enSearch = new EnSearch(conn, logger, "", getTagIndex(), Global.getRecognitionWeight());
logger.log(logger.HIGH, "Building note index");
// if (getMasterNoteIndex() == null) {
noteModel.setMasterNoteIndex(conn.getNoteTable().getAllNotes());
// }