quantranhong1999 commented on code in PR #2476:
URL: https://github.com/apache/james-project/pull/2476#discussion_r1827353799


##########
server/apps/jpa-app/src/main/java/org/apache/james/JPAJamesServerMain.java:
##########
@@ -82,15 +84,19 @@ public class JPAJamesServerMain implements JamesServerMain {
         new SMTPServerModule(),
         WEBADMIN);
 
+    private static final Module SEARCH_MODULE = Modules.combine(
+        new LuceneSearchMailboxModule(),
+        binder -> binder.bind(TextExtractor.class).toInstance(new 
DefaultTextExtractor()));

Review Comment:
   `JsoupTextExtractor` is more powerful?



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

Reply via email to