@Before
public void setup() throws CorruptIndexException, IOException {
listener = new TestUtils.TestListener();
Levenshtein comp = new Levenshtein();
List<Property> props = new ArrayList();
props.add(new PropertyImpl("ID"));
props.add(new PropertyImpl("NAME", comp, 0.3, 0.8));
props.add(new PropertyImpl("EMAIL", comp, 0.3, 0.8));
config = new ConfigurationImpl();
config.setProperties(props);
config.setThreshold(0.85);
config.setMaybeThreshold(0.8);