no, but you can set enable_indexscan to off and maybe also enable_bitmapscan to off to force the planner to choose a seq-scan. I'm sure in this case you will get a correct result.
So this (setting enable_indexscan to off) might be a short-term fix, while reindexing is the more robust fix?