aruggero commented on PR #3433: URL: https://github.com/apache/solr/pull/3433#issuecomment-4297666659
> Sorry for hijacking this "old" PR, but https://issues.apache.org is down right now and I don't want to forget it. We're currently testing Solr 10 and stumbled over this change because restoring a backup fails with: > > ``` > Error CREATEing SolrCore 'example_shard1_replica_n1': Unable to create core > [example_shard1_replica_n1] Caused by: No setter corrresponding to > 'fvCacheName' in org.apache.solr.ltr.response.transform.LTRFeatureLoggerTransformerFactory > ``` > > The core config looks like this: > > ``` > <cache name="QUERY_DOC_FV" > class="solr.search.CaffeineCache" > size="4096" > initialSize="2048" > autowarmCount="4096" > regenerator="solr.search.NoOpRegenerator" > /> > <transformer name="features" class="org.apache.solr.ltr.response.transform.LTRFeatureLoggerTransformerFactory"> > <str name="fvCacheName">QUERY_DOC_FV</str> > </transformer> > ``` > > In the [LTR docs](https://solr.apache.org/guide/solr/latest/query-guide/learning-to-rank.html#ltr-configuration) the entries still have the `<str name="fvCacheName">QUERY_DOC_FV</str>` entry, in the [logging features](https://solr.apache.org/guide/solr/latest/query-guide/learning-to-rank.html#feature-logging-parameters) as well. Can someone please update the docs and maybe also add an entry to the Solr 10 migration docs? I don't really know how to migrate this. Thanks for letting me know! I'll fix it and review all the documentation again. I'll let you know as soon as it is done. -- 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]
