epugh commented on a change in pull request #218: URL: https://github.com/apache/solr/pull/218#discussion_r669116901
########## File path: solr/solrj/src/java/org/apache/solr/common/params/CommonAdminParams.java ########## @@ -27,6 +27,8 @@ String IN_PLACE_MOVE = "inPlaceMove"; /** Method to use for shard splitting. */ String SPLIT_METHOD = "splitMethod"; + /** Key to use during shard splitting */ + String SPLIT_KEY = "split.key"; Review comment: Should this be `splitKey` in a perfect world? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org For additional commands, e-mail: issues-h...@solr.apache.org