[ https://issues.apache.org/jira/browse/SOLR-15261?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17302177#comment-17302177 ]
David Smiley commented on SOLR-15261: ------------------------------------- I'm pushed a fix to the test. It was a simple matter of using an appropriate field type. Lucene used to allow you to ask for a BinaryDocValues from a field that was SortedSetDocValues but no more. > SortedDocValues no longer extends BinaryDocValues > ------------------------------------------------- > > Key: SOLR-15261 > URL: https://issues.apache.org/jira/browse/SOLR-15261 > Project: Solr > Issue Type: Task > Reporter: Christine Poerschke > Assignee: Bruno Roustant > Priority: Major > Fix For: main (9.0) > > Time Spent: 1h 20m > Remaining Estimate: 0h > > From a quick look it appears some changes are needed in > https://github.com/apache/solr to adjust to the LUCENE-9796 changes. Couldn't > find an existing ticket for it and so creating this one (though I don't > personally have any specific plans to work on this). -- This message was sent by Atlassian Jira (v8.3.4#803005)