mirror of https://github.com/apache/lucene.git
Forgot to change SimplePostTool's version number
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@533593 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
bec6cd3f21
commit
6187859a4c
|
@ -43,7 +43,7 @@ import java.net.URL;
|
|||
public class SimplePostTool {
|
||||
public static final String DEFAULT_POST_URL = "http://localhost:8983/solr/update";
|
||||
public static final String POST_ENCODING = "UTF-8";
|
||||
public static final String VERSION_OF_THIS_TOOL = "1.0";
|
||||
public static final String VERSION_OF_THIS_TOOL = "1.1";
|
||||
private static final String SOLR_OK_RESPONSE_EXCERPT = "<int name=\"status\">0</int>";
|
||||
protected URL solrUrl;
|
||||
|
||||
|
|
Loading…
Reference in New Issue