Lucene FieldCache might not load all required values

Description

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.

Activity

Show:
Fixed

Details

Assignee

Reporter

Components

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