gerrit/gerrit-elasticsearch
David Pursehouse 21f91cd3a7 ElasticChangeIndex: Fix reading ref state fields
The ref_states and ref_state_patterns fields are being set only when
they exist in the index.

In the case where the fields are requested, but are not in the index,
this results null values exceptions when attempting to populate the
change data.

Set the fields when they are requested. If the field does not exist
in the index, set it to an empty list.

Bug: Issue 5783
Change-Id: I35326bfe175cdd94b43c30f2875e83417be253ba
2017-03-16 21:29:09 +09:00
..