Closed (fixed)
Project:
Search API Solr
Version:
4.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
22 Jul 2020 at 16:26 UTC
Updated:
12 Aug 2020 at 15:59 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
mkalkbrennerTry this patch.
Comment #3
siegristWorks for me thanks :)
Comment #4
mkalkbrennerThe patch is a workaround. The issue was introduced by the Highlighter re-implementation.
In general we should avoid static caches like in the current patch as they might cause issues, for example in batch processes.
I'm working on a "fix" for the Highlighting to avoid this calls.
Comment #6
mkalkbrenner