pjfanning opened a new issue, #480:
URL: https://github.com/apache/incubator-pekko-connectors/issues/480

   We have a compile issue with the Solr 9 libs. The `getIdField` method has 
been removed.
   
   The Solr team suggested assuming the ID field is "id" because that is the 
norm anyway.
   
   https://lists.apache.org/thread/fr3o9nntr0f4vj319rnm0zhxhqyyfyy2
   
   We could maintain Solr 8 lib support by using reflection to see if the 
`getIdField` method is available and call it if found. If the method is not 
there, then just act as if the method was called and returned "id".


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to