nnexus icon indicating copy to clipboard operation
nnexus copied to clipboard

index_domain.pl - file documentation

Open holtzermann17 opened this issue 10 years ago • 1 comments

https://github.com/dginev/nnexus/blob/master/util/index_domain.pl#L5-L7 doesn't seem to be correct.

This script starts with a fresh NNexus SQLite database and performs an indexing pass over all defined Index Templates currently: PlanetMath, Wikipedia, DLMF and Mathworld

Actually, it looks like it just indexes one domain.

holtzermann17 avatar Jul 25 '15 19:07 holtzermann17

True. It started as traversing all, which then turned out too complex to do in a single process, so I simplified it to get the domain as a command-line argument, as in:

perl index_domain.pl Wikipedia

dginev avatar Jul 25 '15 19:07 dginev