hi. I don't think this is a FAQ, but it's been bugging me for a while.
I want to store key/value pairs in a single field. for example<field name="tags" type="keyval" indexed="true" stored="true" multiValued="true" />
where keyval would be a ID# and the value.I'm guessing it is as simple as creating my own field class, but I was wondering if there were any gotchas.
and more importantly why I've never seen the question asked before. It would seem to me a common use case.