Do we have any documentation about the File store APIs current usages? Is there any plan to replace SolrResourceLoader with that? Learning To Rank uses the SolrResourceLoader mechanisms to load the model into memory (to then use it) and that mechanism is used across many Apache Solr functionalities and all of them require a collection reload to refresh the resource: https://solr.apache.org/guide/solr/latest/configuration-guide/managed-resources.html#applying-managed-resource-changes
Changing this won't be trivial and If anyone approaches the problem I don't think this should change for Learning To Rank only. Cheers -------------------------- *Alessandro Benedetti* Director @ Sease Ltd. *Apache Lucene/Solr Committer* *Apache Solr PMC Member* e-mail: a.benede...@sease.io *Sease* - Information Retrieval Applied Consulting | Training | Open Source Website: Sease.io <http://sease.io/> LinkedIn <https://linkedin.com/company/sease-ltd> | Twitter <https://twitter.com/seaseltd> | Youtube <https://www.youtube.com/channel/UCDx86ZKLYNpI3gzMercM7BQ> | Github <https://github.com/seaseltd> On Mon, 29 Jan 2024 at 03:46, rajani m <rajinima...@gmail.com> wrote: > Thank you Ishan, here is the jira - SOLR-17132 > <https://issues.apache.org/jira/browse/SOLR-17132>. Could you point me to > the API built for distributed management of package files? > > On Sat, Jan 27, 2024 at 12:40 PM Ishan Chattopadhyaya < > ichattopadhy...@gmail.com> wrote: > > > Hi Rajani, > > I think the LTR models could take advantage of the File store APIs that > was > > built for distributed management of package files. If you file a JIRA for > > it, someone can pick it up and work on it. > > Thanks and regards, > > Ishan > > > > On Sat, 27 Jan, 2024, 11:03 pm rajani m, <rajinima...@gmail.com> wrote: > > > > > Hi All, > > > > > > Similar to any schema APIs, I expected the LTR model upload endpoint > > to > > > distribute and make the model available across all the nodes, however > it > > > does not. After upload, it continues to report "model not found > > > exception". The model becomes available only after a collection > "reload" > > > api is requested. Have you experienced this? > > > > > > Thanks, > > > Rajani > > > > > >