Hi,
I have a use case where I need to define my own datatype (Money). Will something like this work? Are there any issues with this approach? Schema.xml <fieldType name="money" class="xyz.Money" omitNorms="true" /> Thanks, Raghu Ps: We are using the trunk version of solr