Pulkitg64 commented on code in PR #13261:
URL: https://github.com/apache/lucene/pull/13261#discussion_r1551738126


##########
lucene/core/src/java/org/apache/lucene/search/BooleanClause.java:
##########
@@ -67,25 +67,12 @@ public String toString() {
     };
   }
 
-  /** The query whose matching documents are combined by the boolean query. */
-  private final Query query;
-
-  private final Occur occur;
-
   /** Constructs a BooleanClause. */
   public BooleanClause(Query query, Occur occur) {

Review Comment:
   Changed in the new commit.



-- 
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-unsubscr...@lucene.apache.org

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


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

Reply via email to