We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently, LuceneMessageSearchIndex does not support search by attachment text body.
Code : org.apache.james.mailbox.lucene.search.LuceneMessageSearchIndex#createTextQuery
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)
SearchSnippet/get
The text was updated successfully, but these errors were encountered:
We can refer to the MessageToOpenSearchJson class, which uses TextExtractor to extract text from attachments and index it.
MessageToOpenSearchJson
TextExtractor
Sorry, something went wrong.
jira ticket relate: JAMES-4082
wip apache#2476
vttranlina
Successfully merging a pull request may close this issue.
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)The text was updated successfully, but these errors were encountered: