dsmiley commented on a change in pull request #2442: URL: https://github.com/apache/lucene-solr/pull/2442#discussion_r585842516
########## File path: solr/solrj/src/java/org/apache/solr/client/solrj/impl/CloudHttp2SolrClient.java ########## @@ -32,10 +32,6 @@ * Solr endpoints for SolrCloud collections, and then use the * {@link LBHttp2SolrClient} to issue requests. * - * This class assumes the id field for your documents is called - * 'id' - if this is not the case, you must set the right name Review comment: What is coming from ZooKeeper? Maybe the "route field" which is in the collection state (DocCollection) but not the uniqueKey field which is in the schema and AFAIK it not resolved by CloudSolrClient. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org