[ 
https://issues.apache.org/jira/browse/MAILBOX-314?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Tellier Benoit updated MAILBOX-314:
-----------------------------------
    Affects Version/s: master
          Description: 
We have a tokenizing issue when using ElasticSearch. 

I wrote a mail to a...@domain.com will be tokenized as:

"I" "wrote" "a" "mail" "to" "any" "domain" "com"

Thus if I look for "ot...@domain.com" it will be matching!

We should have a more powerfull mail tokenization:
 - I should be able to look for a local part OR domain part OR full email.

ElasticSearch brings some tokenizer for emails. We need to combine it with 
standard analyser.
          Component/s: elasticsearch

> Search should not split email into more than one token
> ------------------------------------------------------
>
>                 Key: MAILBOX-314
>                 URL: https://issues.apache.org/jira/browse/MAILBOX-314
>             Project: James Mailbox
>          Issue Type: Bug
>          Components: elasticsearch
>    Affects Versions: master
>            Reporter: Luc DUZAN
>
> We have a tokenizing issue when using ElasticSearch. 
> I wrote a mail to a...@domain.com will be tokenized as:
> "I" "wrote" "a" "mail" "to" "any" "domain" "com"
> Thus if I look for "ot...@domain.com" it will be matching!
> We should have a more powerfull mail tokenization:
>  - I should be able to look for a local part OR domain part OR full email.
> ElasticSearch brings some tokenizer for emails. We need to combine it with 
> standard analyser.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscr...@james.apache.org
For additional commands, e-mail: server-dev-h...@james.apache.org

Reply via email to