Hi there,

for email addresses string such as "[EMAIL PROTECTED]; jack smith"

I might do wild card search like john* or jack* or [EMAIL PROTECTED] for 
*wherever.com
for phrase search i can do "jack smith"
for general search i might do "[EMAIL 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


-- 
View this message in context: 
http://www.nabble.com/Store-Index-Email-Address-in-Lucene-tp18257247p18288188.html
Sent from the Lucene - Java Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to