Fixed
Details
Assignee
UnassignedUnassignedReporter
Sanne GrinoveroSanne GrinoveroComponents
Fix versions
Affects versions
Priority
Critical
Details
Details
Assignee
Unassigned
UnassignedReporter
Sanne Grinovero
Sanne GrinoveroComponents
Fix versions
Affects versions
Priority
Created March 21, 2011 at 1:31 PM
Updated September 11, 2011 at 6:18 PM
Resolved March 21, 2011 at 3:28 PM
It seems that when the index is updated frequently and searches happen at the same time that some of the loaded values by the FieldCache contain null instead of the correct value. We can workaround for this while waiting for a proper solution at Lucene level: as it doesn't happen frequently, when it happens we go for the "slow" path of loading the needed values directly.