...
- Truncate your db (or prepare a fresh db)
- Make sure you are using collation utf8_bin
- ALTER DATABASE umlsdb DEFAULT CHARACTER SET utf8 COLLATE utf_bin
- Pull and build the project and make sure your config file is completely up to date
- Clear your indexes directory of all files
- Download the data from https://wci1.s3.amazonaws.com/NCI/umls.sql.gz
- gunzip the file (may require cygwin)
- Import the file into your database (with MySQL workbench → see the Management/Data Import tool)
- Reindex your database (run the Reindex profile on the admin/lucene project)
- NOTE: make sure your indexed.objects property is blank.
...