mirror of https://github.com/apache/lucene.git
SOLR-15181: update schema to not specify the docValuesFormat (#2424)
This commit is contained in:
parent
cfb9764250
commit
eba0e25535
|
@ -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"/>
|
||||
|
||||
|
|
Loading…
Reference in New Issue