Details
-
Task
-
Status: Closed
-
Blocker
-
Resolution: Fixed
-
9.0
-
None
Description
LUCENE-9334 requires more consistency across fields (Lucene 9). We must accommodate this in some tests which started failing. Example: org.apache.solr.index.UninvertDocValuesMergePolicyTest
"cannot change field "string_add_dv_later" from doc values type=NONE to inconsistent doc values type=SORTED"
From org.apache.lucene.index.FieldInfo.verifySameDocValuesType(FieldInfo.java:271)
Attachments
Issue Links
- blocks
-
SOLR-15345 filter queries (fq) ignore the default query parser (defType)
- Resolved
- duplicates
-
SOLR-15360 SolrExampleTests.testUpdateField failing
- Resolved
- is caused by
-
LUCENE-9334 Require consistency between data-structures on a per-field basis
- Closed
- links to