You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@pekko.apache.org by "pjfanning (via GitHub)" <gi...@apache.org> on 2024/02/12 23:30:28 UTC

[I] [solr] upgrade to solr 9 [incubator-pekko-connectors]

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: notifications-unsubscribe@pekko.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@pekko.apache.org
For additional commands, e-mail: notifications-help@pekko.apache.org