Clbyuely wrote:what's the exact meaning which shows in the field of "id=".
That's the only thing I can't get understood.
According to the source code documentation:
- Code: Select all
Id is based on the set of file names which the dictionary consists of. The resulting id is an alphanumeric hex value made by hashing the file names. This id should be used to identify dictionary and for the index file name, if one is needed.
That's why If you move your dictionary files to a new location the ids change and with that the index files, and GoldenDict has to reindex everything again. I think for portable version uses relative file paths instead of absolute ones so you might be able to move the entire GoldenDict folder from one hard drive to another with no need to reindex. But I'm not sure...