Re: getIdField removed in Solr 9 but deprecation message in Solr 8 has no alternative specified

2024-02-13 Thread PJ Fanning
: > Should our build check for @deprecated without following text describing > the path forward? > > On Mon, Feb 12, 2024 at 6:26 PM PJ Fanning wrote: > > > Thanks David. That seems like the best approach. > > > > On 2024/02/12 23:21:26 David Smiley wrote: >

Re: getIdField removed in Solr 9 but deprecation message in Solr 8 has no alternative specified

2024-02-12 Thread PJ Fanning
Thanks David. That seems like the best approach. On 2024/02/12 23:21:26 David Smiley wrote: > Just presume the uniqueKeyField to be "id", especially in SolrCloud. > If one of your users uses something different, I'd be surprised! > > ---

getIdField removed in Solr 9 but deprecation message in Solr 8 has no alternative specified

2024-02-12 Thread PJ Fanning
Hi, I've looked around but haven't found an answer. Apache Pekko has inherited a Solr connector from Alpakka and the code uses CloudSolrClient getIdField [1]. This field was marked as deprecated in the latest versions of Solr 8 and removed in Solr 9. I haven't found anything in the docs or on t