SOLR-15181: update schema to not specify the docValuesFormat (#2424)

This commit is contained in:
Timothy Potter 2021-02-23 17:34:07 -07:00 committed by GitHub
parent cfb9764250
commit eba0e25535
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@
<fieldType name="string_direct" class="solr.StrField" postingsFormat="Direct" docValuesFormat="Asserting" />
<fieldType name="string_standard" class="solr.StrField" postingsFormat="Lucene90"/>
<fieldType name="string_disk" class="solr.StrField" docValuesFormat="Lucene80"/>
<fieldType name="string_disk" class="solr.StrField" />
<fieldType name="string" class="solr.StrField"/>