epugh commented on PR #3256: URL: https://github.com/apache/solr/pull/3256#issuecomment-2778002263
Going to need some help! I am getting this error: ``` 10746 ERROR (TEST-TestMinMaxOnMultiValuedField.testExpectedSortMissingOrderings-seed#[48FFD9DEBAEFAB26]) [n: c: s: r: x: t:] o.a.s.h.RequestHandlerBase Server exception => java.lang.IllegalStateException: unexpected docvalues type SORTED_NUMERIC for field 'val_enum_missf_s_dv' (expected one of [SORTED, SORTED_SET]). Re-index with correct docvalues type. at org.apache.lucene.index.DocValues.checkField(DocValues.java:218) java.lang.IllegalStateException: unexpected docvalues type SORTED_NUMERIC for field 'val_enum_missf_s_dv' (expected one of [SORTED, SORTED_SET]). Re-index with correct docvalues type. at org.apache.lucene.index.DocValues.checkField(DocValues.java:218) ~[lucene-core-9.12.1.jar:9.12.1 7a97a05a239d6fb9f1f347aa09bfa52e875be092 - 2024-12-09 16:47:48] ``` This is despite `schema11.xml` being set up with `multiValued=true`, which according to https://solr.apache.org/guide/solr/latest/indexing-guide/docvalues.html means we should be using SORTED_SET. Reproduce with: ``` ./gradlew :solr:core:test --tests "org.apache.solr.search.function.TestMinMaxOnMultiValuedField.testExpectedSortMissingOrderings" "-Ptests.jvmargs=-XX:TieredStopAtLevel=1 -XX:+UseParallelGC -XX:ActiveProcessorCount=1 -XX:ReservedCodeCacheSize=120m" -Ptests.seed=3508D580E8F3D51C -Ptests.useSecurityManager=true -Ptests.file.encoding=UTF-8 ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org For additional commands, e-mail: issues-h...@solr.apache.org