mirror of https://github.com/apache/lucene.git
debug: add useful toString for SolrServer
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1243666 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
7141c6c72d
commit
ff49481d93
|
@ -680,4 +680,9 @@ public class CommonsHttpSolrServer extends SolrServer
|
|||
.getHttpConnectionManager()).shutdown();
|
||||
}
|
||||
}
|
||||
|
||||
@Override
|
||||
public String toString() {
|
||||
return this.getClass().getSimpleName() + "{url=" + _baseURL + "}";
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue