OptiongazetteerFeatureSeparator=newOption("gazetteerFeatureSeparator","gazetteerFeatureSeparator",true,"The character used to add arbitrary features to gazetteer entries. Default tab");
gazetteerFeatureSeparator.setRequired(false);
options.addOption(gazetteerFeatureSeparator);
OptioncaseSensitive=newOption("caseSensitive","caseSensitive",true,"Should the gazetteer be case sensitive during matching. Default false");
caseSensitive.setRequired(false);
options.addOption(caseSensitive);
OptionlongestMatchOnly=newOption("longestMatchOnly","longestMatchOnly",true,"This parameter is only relevant when the list of lookups contains proper prefixes "
+"of other entries (e.g when both ‘Body Weight’ and ‘Body Weight loss’ are in the lists). The default behaviour (when this parameter is set to true) is to only match the longest entry, ‘Body Weight loss’ in this example. "
+"Setting this parameter to false will cause the gazetteer to match all possible prefixes.");