I hereby claim:
- I am temporafugiunt on github.
- I am temporafugiunt (https://keybase.io/temporafugiunt) on keybase.
- I have a public key ASDc1hb7nt7ZiKUVe1KFCrjAOJUNjKqM_Rl8bH0adu9hYgo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
Download the following repositories and run yarn install in each:
| public class Reindexer extends BaseElasticsearchUtility { | |
| private static Log logger = LogFactory.getLog(Reindexer.class); | |
| public static void main(String[] args) { | |
| if (args.length != 5) { | |
| doUsage(); | |
| System.exit(-1); | |
| } |