Hello all,

I would like to reuse the tokenstream generated for one field, to create a
new tokenstream (adding a few filters to the available tokenstream), for
another field without the need of executing again the whole analysis.

The particular application is:
- I have field *tokens* that uses an analyzer that generate the tokens (and
maintains the token type attributes)
- I would like to have another two new fields: *verbs* and *adjectives*.
These should reuse the tokenstream generated for the field *tokens* and
filter the verbs and adjectives for the respective fields.

Is this feasible? How should it be implemented?

Many thanks.

Reply via email to