Hi Rob,
For indexing e-mail, I recommend that you tokenise the e-mail addresses into
fragments and query on the fragments as whole terms rather than using
wildcards.
[example]
Hm for email adresses this isnt a big problem here.
The real problem is the query on the body part of an email, whis is
added to the index in this way:
doc.add(new Field(DocumentFields.BODY, filter.filter(fields.body),
Field.Store.NO, Field.Index.TOKENIZED));
___________________________________________________________
Telefonate ohne weitere Kosten vom PC zum PC: http://messenger.yahoo.de
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]