NightOwl888 opened a new issue, #839: URL: https://github.com/apache/lucenenet/issues/839
I checked out commits one at a time and it looks like the failure goes back to #825. There appears to be more to this fix than just what we got. This is going to take some work to sort through. To get the diff of everything that changed in the test between 4.8.1 and https://github.com/apache/lucene/commit/c1fe88b7c6fa861d5101f9702a7832d29b8032ee use the command: ```console git diff releases/lucene-solr/4.8.1..c1fe88b7c6fa861d5101f9702a7832d29b8032ee -- lucene/suggest/src/test/org/apache/lucene/search/suggest/analyzing/AnalyzingInfixSuggesterTest.java ``` For now, I will revert #825 as this is halting progress, but we should either: 1. Find a solution to this and revert the revert. Then add the other patches that are needed to get this test to pass. 2. Find an alternative solution to the virtual method call issue. -- 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: dev-unsubscr...@lucenenet.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org