apanimesh061 commented on a change in pull request #412:
URL: https://github.com/apache/lucene/pull/412#discussion_r762514390



##########
File path: 
lucene/highlighter/src/java/org/apache/lucene/search/uhighlight/UnifiedHighlighter.java
##########
@@ -823,24 +943,13 @@ public void visitLeaf(Query query) {
     return filteredTerms.toArray(new BytesRef[filteredTerms.size()]);
   }
 
-  /** Customize the highlighting flags to use by field. */
+  /**
+   * Customize the highlighting flags to use by field. Here the user can 
either specify the set of
+   * {@link HighlightFlag}s to be applied or use the boolean flags to populate 
final list of {@link

Review comment:
       Will rectify the comment.




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