On 4/1/2021 2:05 AM, Daniel Exner wrote:
Sure. I uploaded the schema to:https://pastebin.com/v6NwWnkx
Your schema version is 1.5. This means that useDocValuesAsStored is false. See if anything changes if you update the schema version to 1.6, at which point useDocValuesAsStored will default to true.
Thanks, Shawn