Author Login
Post 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)