[SearchSnippet] Add Lucene support for attachment search
vttranlina opened this issue · 3 comments
vttranlina commented
Currently, LuceneMessageSearchIndex does not support search by attachment text body.
Code : org.apache.james.mailbox.lucene.search.LuceneMessageSearchIndex#createTextQuery
This support will enhance SearchSnippet/get
for body text searches using Lucene. Refer to: apache#2442 (comment)
vttranlina commented
We can refer to the MessageToOpenSearchJson
class, which uses TextExtractor
to extract text from attachments and index it.
vttranlina commented
jira ticket relate: JAMES-4082
vttranlina commented
wip apache#2476