:
> 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:
>
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!
>
> ---
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