Java Mailing List Archive

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

Home » java-user.lucene »

Re: Store/Index Email Address in Lucene

miztaken

2008-07-04

Replies: Find Java Web Hosting

Author LoginPost Reply

Hi there,

for email addresses string such as "john@(protected)"

I might do wild card search like john* or jack* or john@(protected)
for phrase search i can do "jack smith"
for general search i might do "john@(protected)"

I tokenized the string and indexed it into single Field using the Java File,
as mentioned in my earlier post and did searching.
Its working fine.

I want to know what can be the pitfalls of doing like this:
One i know is.. for each string, i should maintain two fields.. one to store
the original string and one that holds tokenized string.

What else ?

Thank You
miztaken


--
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)

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