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