I using Ferret to index some files for a specific usage.
I want to know how can I set a tokenizer for some of my index fields and
if
I can choose a different tokenizer for each field. For example:
If in my document I have two fields :F1 and :F2. What I have to do if I
want
that the field :F1 will be tokenized with a StandardTokenizer and :F2
with
the WhiteSpaceTokenizer??