Attributes are a great thing from the indexing side of things. What I'd really like to be able to do is find a document. Then be able to retrieve the attributes for each field. We are considering storing some custom attributes against some of the "tokens" in a field. But we would like to be able to effectively reconstitute the TokenStream for a field.
Is that possible? I can't see anything simple that gives access to attributes on a per field basis. Any clues? Thanks in advance,