Re: Solr FileFloatSource$Cache.get locking resources issue

2025-01-15 Thread David Smiley
Hi, As a general comment, I'd say that the feature you are using is old, pre-dating Solr in-place updates of numeric fields. I recommend switching to that. Maybe the feature you are using should be deprecated. On Wed, Jan 15, 2025 at 9:10 AM Sagar Gole wrote: > Hi Team, > > I have configured

Solr FileFloatSource$Cache.get locking resources issue

2025-01-15 Thread Sagar Gole
Hi Team, I have configured an `ExternalFileField` field type in my `schema.xml` file for document scoring using external files, like this: ```xml ``` This setup works fine during query execution. However, I am facing resource locking issues due to the `FileFloatSource$Cache.get` method, which c