I'd like to have a field that transparently uses FastInfoset to store XML compactly.
Ideally, I could supply the XML already in FIS format to solrj, but have application retrieve the field and get the XML 'reconstituted'. Obviously, I'm writing code here, but what? The field would be indexed='false', so it's not an analyzer. is there some other pluggable component that get into the pipeline here that could look at bytes arriving and personhandle bytes upon retrieval?