props.add(new PropertyImpl("ID"));
props.add(new PropertyImpl("NAME", comp, 0.3, 0.8));
ConfigurationImpl config = new ConfigurationImpl();
config.setProperties(props);
config.setThreshold(0.45);
db = new LuceneDatabase();
db.setConfiguration(config);
}