Problem with searching Emails

hi shay,
i have problem with searching emails in version 16.0. In
15.2 its working. when i upgrade 16.0 i have got this problem. i
already posted this issue.

i want to solve with existing databases(indices) that is created in
15.2

how can i solve this problem. kindly help..

Hi,

sorry if I missed the information, do you think you can share more about
what kind of problems you have'?

Regards,
Lukas

On Thu, May 5, 2011 at 9:13 AM, senthil prabhu senthilsebi@gmail.comwrote:

hi shay,
i have problem with searching emails in version 16.0. In
15.2 its working. when i upgrade 16.0 i have got this problem. i
already posted this issue.

i want to solve with existing databases(indices) that is created in
15.2

how can i solve this problem. kindly help..

yeah sure,
i have field values with email ids.
Example:-
"from":"test mail sent by senthil@gmail.com"
when i search this email using term query like this {"term":{"from":
"senthil@gmail.com" }}
i have got search result in version 15.2 but i use the same query in
16.0 didn't get search result.

note: from field mapped with standard analyzer.

On May 5, 1:15 pm, Lukáš Vlček lukas.vl...@gmail.com wrote:

Hi,

sorry if I missed the information, do you think you can share more about
what kind of problems you have'?

Regards,
Lukas

On Thu, May 5, 2011 at 9:13 AM, senthil prabhu senthils...@gmail.comwrote:

hi shay,
i have problem with searching emails in version 16.0. In
15.2 its working. when i upgrade 16.0 i have got this problem. i
already posted this issue.

i want to solve with existing databases(indices) that is created in
15.2

how can i solve this problem. kindly help..

Hi,

I think in that case you need to change analyzer to

uax_url_email
analyzer should handle emails as a single token. ES 0.16 uses Lucene 3.1 and
some analyzers in 3.1 changed a bit.

Anyway, you can simply test the analyzers using

API.
It will help you understand how it changed since 0.15.2.

Regards,
Lukas

On Thu, May 5, 2011 at 10:36 AM, senthil prabhu senthilsebi@gmail.comwrote:

yeah sure,
i have field values with email ids.
Example:-
"from":"test mail sent by senthil@gmail.com"
when i search this email using term query like this {"term":{"from":
"senthil@gmail.com" }}
i have got search result in version 15.2 but i use the same query in
16.0 didn't get search result.

note: from field mapped with standard analyzer.

On May 5, 1:15 pm, Lukáš Vlček lukas.vl...@gmail.com wrote:

Hi,

sorry if I missed the information, do you think you can share more about
what kind of problems you have'?

Regards,
Lukas

On Thu, May 5, 2011 at 9:13 AM, senthil prabhu <senthils...@gmail.com
wrote:

hi shay,
i have problem with searching emails in version 16.0. In
15.2 its working. when i upgrade 16.0 i have got this problem. i
already posted this issue.

i want to solve with existing databases(indices) that is created in
15.2

how can i solve this problem. kindly help..

On Thu, 2011-05-05 at 00:13 -0700, senthil prabhu wrote:

hi shay,
i have problem with searching emails in version 16.0. In
15.2 its working. when i upgrade 16.0 i have got this problem. i
already posted this issue.

i want to solve with existing databases(indices) that is created in
15.2

Senthil, I sent you a long and detailed explanation yesterday.

Asking the same question again without any information is not helpful.

Was there something that you didn't understand in my email? If so, what
was it? What did you try? What didn't work?

clint