vttranlina commented on code in PR #2442: URL: https://github.com/apache/james-project/pull/2442#discussion_r1794564706
########## mailbox/lucene/src/main/java/org/apache/james/mailbox/lucene/search/LuceneMessageSearchIndex.java: ########## @@ -445,8 +445,9 @@ public org.apache.james.events.Group getDefaultGroup() { @Override public EnumSet<SearchCapabilities> getSupportedCapabilities(EnumSet<MailboxManager.MessageCapabilities> messageCapabilities) { - return EnumSet.of(SearchCapabilities.MultimailboxSearch); - + return EnumSet.of(SearchCapabilities.MultimailboxSearch, + SearchCapabilities.Attachment, Review Comment: is it correct? search highlights was done in another class -- 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: notifications-unsubscr...@james.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@james.apache.org For additional commands, e-mail: notifications-h...@james.apache.org