Java Mailing List Archive

http://www.java2.5341.com/

Home » java-user.lucene »

RE: Store/Index Email Address in Lucene

John Griffin

2008-07-03

Replies:

Author LoginPost Reply
Miz,

The StandardAnalyzer recognizes email addresses as is. That is, it pays
attention to the '@(protected)
search them normally.

This assumes you are going to store the different emails in separate fields.
There is an alternative strategy if you need it. Create a string consisting
of all the emails separated by whitespace. Make sure the field is tokenized
and then you only have to search one field for any of the emails.

Your call.

John G.

-----Original Message-----
From: miztaken [mailto:justjunktome@(protected)]
Sent: Thursday, July 03, 2008 5:31 AM
To: java-user@(protected)
Subject: Store/Index Email Address in Lucene


Hi there,
I want to index email address in such a way that i can do WildCard, Phrase
and Simple search on those items.

for each document i will have email addresses string just like in the case
of CC and TO in mails.
for eg "abc@(protected)"

Now what is the best way to store them so that i can do various type of
search on them.

Do i need the split the email address first and further split the single
email address as well and store them in multiple fields?

What is the best way to deal such case?

Your help is highly anticipated

Thank You
miztaken
--
http://www.nabble.com/Store-Index-Email-Address-in-Lucene-tp18257247p1825724
7.html
Sent from the Lucene - Java Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscribe@(protected)
For additional commands, e-mail: java-user-help@(protected)


---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscribe@(protected)
For additional commands, e-mail: java-user-help@(protected)

©2008 java2.5341.com - Jax Systems, LLC, U.S.A.