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: [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]