You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@lucene.apache.org by GitBox <gi...@apache.org> on 2021/11/17 07:20:54 UTC

[GitHub] [lucene] pquentin commented on a change in pull request #445: LUCENE-10085: Implement Weight#count on DocValuesFieldExistsQuery

pquentin commented on a change in pull request #445:
URL: https://github.com/apache/lucene/pull/445#discussion_r750953697



##########
File path: lucene/core/src/test/org/apache/lucene/search/TestDocValuesFieldExistsQuery.java
##########
@@ -17,17 +17,17 @@
 package org.apache.lucene.search;
 
 import java.io.IOException;
-import org.apache.lucene.document.Document;
+import org.apache.lucene.document.*;

Review comment:
       Thanks, I was wondering about this: it was done automatically by Intellij IDEA and I've seen a few star imports in the code base. I reverted it and asked the IDE to stop doing it. It would be nice if spotless prevented that.




-- 
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: issues-unsubscribe@lucene.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@lucene.apache.org
For additional commands, e-mail: issues-help@lucene.apache.org