somandal commented on code in PR #9708:
URL: https://github.com/apache/pinot/pull/9708#discussion_r1012069284
##########
pinot-segment-local/src/main/java/org/apache/pinot/segment/local/realtime/impl/invertedindex/RealtimeLuceneTextIndex.java:
##########
@@ -57,8 +58,11 @@ public class RealtimeLuceneTextIndex implements
MutableTextIndex {
* @param column column name
* @param segmentIndexDir realtime segment consumer dir
* @param segmentName realtime segment name
+ * @param stopWordsInclude stop words to include from default stop words
Review Comment:
nit: the comment can be reworded to be a bit more clear: "stop words to
include in addition to default stop words"
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]