If I create a document and add a field that is both stored and analyzed, how can I then read this field back as a list of tokens? I have the following:
Check out document.getField("name").tokenStreamValue().
document.getField("name").tokenStreamValue()
EDIT: Actually this question gives you the full solution using the above TokenStream.
TokenStream