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
Hi,
When I upgrade the existing SOLR from 6.5.1 to 6.6.1, Iām getting:
cannot change DocValues type from SORTED to SORTED_SET for field āā¦..ā
During the upgrades, there is no change on schema and schema version (we are
using schema version 1.5 so seDocValuesAsStored defaults are not taking into