chibenwa commented on code in PR #2476: URL: https://github.com/apache/james-project/pull/2476#discussion_r1827156848
########## mailbox/lucene/src/main/java/org/apache/james/mailbox/lucene/search/LuceneMessageSearchIndex.java: ########## @@ -394,23 +398,25 @@ public static class LuceneMessageSearchIndexGroup extends org.apache.james.event private final MailboxId.Factory mailboxIdFactory; private final MessageId.Factory messageIdFactory; + private final LuceneIndexableDocument indexableDocument; @VisibleForTesting final IndexWriter writer; private final Directory directory; private int maxQueryResults = DEFAULT_MAX_QUERY_RESULTS; - private boolean suffixMatch = false; + private boolean suffixMatch = true; Review Comment: Why? What's the impact? -- 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