paulirwin commented on code in PR #1134:
URL: https://github.com/apache/lucenenet/pull/1134#discussion_r1986411420


##########
src/Lucene.Net.TestFramework/Codecs/Lucene3x/PreFlexRWTermVectorsFormat.cs:
##########
@@ -54,11 +54,12 @@ protected internal override bool SortTermsByUnicode()
                 // to each possible target of the StackTraceHelper. If these 
change, so must the attribute on the target methods.
                 if (StackTraceHelper.DoesStackTraceContainMethod("Merge"))
                 {
-                        unicodeSortOrder = false;
-                        if (LuceneTestCase.Verbose)
-                        {
-                            Console.WriteLine("NOTE: PreFlexRW codec: forcing 
legacy UTF16 vector term sort order");
-                        }
+                    // LUCENENET TODO: This does not seem to be hit, unused?

Review Comment:
   I just realized that I could probably set up a dev environment for this in a 
Docker container with an older base image... giving that a try.



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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to