You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-user@hadoop.apache.org by s d <s....@gmail.com> on 2008/01/08 06:05:21 UTC

MultiValue field - duplicate tokens

How do i prevent duplicate tokens in a MultiValue field? e.g i have a
multivalue field (field1) and i add the token x1 twice to the field but i
only want it to appear once.Do i need to take care of this on my own
(externally, when generating the XML) or is there an internal solution (a
tokenizer) ?
Thanks,