Currently working on an in-house search engine for over 12 GB / month of MySQL data.
We currently have two tables, practice prescribing, and practice information.
Both tables contain a column, practice number which identifies the practice information with their prescribing information.
I'm trying to migrate the system from MySQL searching to Sphinx Search.
The issue I'm having is the format of the practice number is STR:NUM:NUM.
Sphinx Search says that is an invalid or Null ID format and a ID needs to be just NUM.
An example of our current ID's is YV0091 which will have corresponding data in both tables.
The ID's cannot be changed or manipulated due to them being a standardised ID in our industry.
What should I do to get around this?