Re: schemaVersion 1.7 docValues

2024-09-18 Thread Kevin Liang (BLOOMBERG/ 919 3RD A)
Thanks Alessandro From: users@solr.apache.org At: 09/18/24 09:42:14 UTC-4:00To: users@solr.apache.org Subject: Re: schemaVersion 1.7 docValues That's correct, I haven't checked the internals for this one, but as far as I know, it only applies to places where docValues is not explici

Re: schemaVersion 1.7 docValues

2024-09-18 Thread Alessandro Benedetti
That's correct, I haven't checked the internals for this one, but as far as I know, it only applies to places where docValues is not explicitly set. I agree with your understanding. Cheers -- *Alessandro Benedetti* Director @ Sease Ltd. *Apache Lucene/Solr Committer* *Apach

schemaVersion 1.7 docValues

2024-09-17 Thread Kevin Liang (BLOOMBERG/ 919 3RD A)
Per the solr 9.7 release notes, docValues are now enabled by default for a variety of fieldTypes. There is a warning that any index that is not already using docValues cannot be converted to docValues by Lucene standard. I want to be absolutely sure that my understanding of what this means is cl