[ 
https://issues.apache.org/jira/browse/SOLR-15261?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17302013#comment-17302013
 ] 

Mike Drob commented on SOLR-15261:
----------------------------------

I see a test failure in TestFieldCacheSortRandom that may be related:

{noformat}
org.apache.solr.uninverting.TestFieldCacheSortRandom > testRandomStringValSort 
FAILED
    java.lang.IllegalStateException: unexpected docvalues type SORTED for field 
'stringdv' (expected=BINARY). Re-index with correct docvalues type.
        at 
__randomizedtesting.SeedInfo.seed([7B63318325E97AF7:F63D7C5B7205A780]:0)
        at org.apache.lucene.index.DocValues.checkField(DocValues.java:303)
        at org.apache.lucene.index.DocValues.getBinary(DocValues.java:342)
        at 
org.apache.lucene.search.FieldComparator$TermValComparator.getBinaryDocValues(FieldComparator.java:556)
        at 
org.apache.lucene.search.FieldComparator$TermValComparator.getLeafComparator(FieldComparator.java:561)
        at 
org.apache.lucene.search.FieldValueHitQueue.getComparators(FieldValueHitQueue.java:181)
        at 
org.apache.lucene.search.TopFieldCollector$TopFieldLeafCollector.<init>(TopFieldCollector.java:64)
        at 
org.apache.lucene.search.TopFieldCollector$SimpleFieldCollector$1.<init>(TopFieldCollector.java:196)
        at 
org.apache.lucene.search.TopFieldCollector$SimpleFieldCollector.getLeafCollector(TopFieldCollector.java:196)
        at 
org.apache.lucene.search.FilterCollector.getLeafCollector(FilterCollector.java:38)
        at 
org.apache.lucene.search.AssertingCollector.getLeafCollector(AssertingCollector.java:45)
        at org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:737)
        at 
org.apache.lucene.search.AssertingIndexSearcher.search(AssertingIndexSearcher.java:73)
        at org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:533)
        at org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:664)
        at 
org.apache.lucene.search.IndexSearcher.searchAfter(IndexSearcher.java:645)
        at org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:548)
        at 
org.apache.solr.uninverting.TestFieldCacheSortRandom.testRandomStringSort(TestFieldCacheSortRandom.java:174)
        at 
org.apache.solr.uninverting.TestFieldCacheSortRandom.testRandomStringValSort(TestFieldCacheSortRandom.java:70)
{noformat}

> 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)

Reply via email to