Re: Partial Updates for EnumFields in Solr 8.8.1

2021-04-14 Thread Daniel Exner
Hi, Am 01.04.21 um 19:09 schrieb Shawn Heisey: 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,

Re: Partial Updates for EnumFields in Solr 8.8.1

2021-04-01 Thread Shawn Heisey
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 defaul

Re: Partial Updates for EnumFields in Solr 8.8.1

2021-04-01 Thread Daniel Exner
Hi, On 2021/03/30 14:59:40, Shawn Heisey wrote: On 3/30/2021 4:07 AM, Daniel Exner wrote: When updating some different field, like say "stock" for a document using partial Update, *all* enum Fields with stored=false vanish from the document. There is no error or Warning about this somewhere

Re: Partial Updates for EnumFields in Solr 8.8.1

2021-03-30 Thread Shawn Heisey
On 3/30/2021 4:07 AM, Daniel Exner wrote: When updating some different field, like say "stock" for a document using partial Update, *all* enum Fields with stored=false vanish from the document. There is no error or Warning about this somewhere in Error log. If you have fields that are not st

Partial Updates for EnumFields in Solr 8.8.1

2021-03-30 Thread Daniel Exner
Hi everyone, we have some Issue after Upgrading from Solr 8.2.0 to 8.8.1. This might as well be an Lucene Issue, but I'm not sure. The solr schema includes some fields using EnumFieldType like e.g. with enumConfig.xml loooking like this: de fr When updating some differe