MathWebSearch / mws

MathWebSearch Implementation
https://search.mathweb.org/
GNU General Public License v3.0
46 stars 12 forks source link

mws::daemon::Config redundant data #56

Closed cprodescu closed 10 years ago

cprodescu commented 10 years ago

Many fields are duplicated (e.g. config.dataPath, config.indexingConfiguration.dataPath, etc.) Furthermore, the difference between IndexingConfiguration and IndexingOptions is not clear. Maintaining the fields twice is error-prone.

Also, it is not clear if DEFAULT_MWS_DATA_PATH is necessary anymore.