I have a large document library that has a bunch of dropdown fields that I'm using as refinements. The refinements should come back as:
ANIMALS
Cat
Dog
Mouse
But what I'm seeing is that it's coming back like this:
ANIMALS
Cat
Dog
1
Mouse
2
I inspected the field value, and the values are stored as:
1;#Dog
And inspecting the documents that are showing up as the numbers in the refinements, they appear to be normal. Re-saving doesn't help. It looks like there's only a small number of documents it's happening to (~3%). And on the documents, of 4 dropdown values, it's not always all of the dropdown values are appearing as numbers, it's sometimes mixed: (1, 4, Dog, Foo).
Has anybody seen anything like this? Any idea what's going on or how best to clean this up?