Skip to content

Solr 7.6.0 UpdateDocValuesProcessor patch

Compare
Choose a tag to compare
@anthonygroves anthonygroves released this 10 Jul 02:53
2c741a6

UpdateDocValuesProcessor was throwing an IndexOutOfBounds exception when trying to use the top leaf reader's context to get numeric doc values. This version uses getSlowAtomicReader(), which is reliable, but deemed 'slower than using leaf reader contexts' by the Solr docs.