public class DocumentRecordTest {
private Database db;
@Before
public void setup() throws CorruptIndexException, IOException {
ExactComparator comp = new ExactComparator();
List<Property> props = new ArrayList();
props.add(new PropertyImpl("ID"));
props.add(new PropertyImpl("NAME", comp, 0.3, 0.8));
ConfigurationImpl config = new ConfigurationImpl();
config.setProperties(props);