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


##########
src/Lucene.Net.Tests/Search/TestMultiThreadTermVectors.cs:
##########
@@ -60,7 +58,7 @@ public override void SetUp()
             customType.StoreTermVectors = true;
             for (int i = 0; i < numDocs; i++)
             {
-                Documents.Document doc = new Documents.Document();
+                Document doc = new Document();
                 Field fld = NewField("field", English.Int32ToEnglish(i), 
customType);

Review Comment:
   Yeah, fwiw, `English.intToEnglish` exists in the upstream Java code. I don't 
think I understand what you're saying enough to file a separate issue for this, 
would you mind filing one if you think it's worthwhile?



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