I have figured out the problem. The schema was changed and index has been
deleted and rebuilt since then. But the index files might still contain the old
stale segments.
I replayed the situation by restoring the old data using 6.5, then do the
optimization, then upgrade the 6.6.1, and found ou
This error is not about DocValuesAsStored, but about
multiValued=true|false. It indicates that multiValued is set to
"false" for the current index but "true" in the new schema. At least
that's my guess
Best,
Erick
On Thu, Sep 21, 2017 at 11:56 AM, Xie, Sean wrote:
> Hi,
>
> When I upgrade th