lewismc commented on a change in pull request #6: SDAP-35 (completed the
configuration change)
URL:
https://github.com/apache/incubator-sdap-mudrod/pull/6#discussion_r172922379
##########
File path: core/src/main/java/org/apache/sdap/mudrod/driver/ESDriver.java
##########
@@ -561,6 +569,9 @@ public int getDocCount(String[] index, String[] type) {
return this.getDocCount(index, type, search);
}
+ /*
+ * Get the number of docs in a type of a index
Review comment:
If you are going to provide Javadoc (which I highly suggest), please also
provide the parameters as well as the return statements.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services