David Pursehouse da82877813 InitIndex: Allow user to configure the Solr index URL
If the index URL is not configured, running the `reindex`
program fails with:

  java.lang.IllegalStateException: index.url must be supplied

Add a step in the initialisation to allow the user to provide
the URL.  Set the default value to "localhost:9983".

Change-Id: Iae52ade99dd5e17a0688f090cd3f3aea3b676682
2014-02-06 16:54:37 +09:00
..