We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a759bf3 commit b65bc9eCopy full SHA for b65bc9e
jnosql-solr/src/main/java/org/eclipse/jnosql/databases/solr/communication/SolrDocumentConfigurations.java
@@ -26,7 +26,7 @@
26
*/
27
public enum SolrDocumentConfigurations implements Supplier<String> {
28
/**
29
- * Database's host. E.g.: jnosql.solr.host=http://localhost:8983/solr/
+ * Database's host. E.g.: jnosql.solr.host=<a href="http://localhost:8983/solr/">http://localhost:8983/solr</a>
30
31
HOST("jnosql.solr.host"),
32
0 commit comments