*/
private void retrieveThesaurusTitle(File thesaurusFile, String defaultTitle, boolean ignoreMissingError) {
// set defaults as in the case of a local thesaurus file, this info
// may not be present yet
this.title = defaultTitle;
this.date = new ISODate().toString();
try {
Element thesaurusEl = Xml.loadFile(thesaurusFile);
List<Namespace> theNSs = new ArrayList<Namespace>();