I think that encodeNorm and decodeNorm on Similarity are really just
utility methods for norm encode/decode. It would be nice to be able to
override those if you wanted to change the encode/decode method, but you
should be able to modify the norm elsewhere. Actual access to the norm
information
Hello,
I'd like to know if there is a way to perform custom correction to the
similarity norm before it is written
At best, we wished we could do this by extending the Similarity class,
but encodeNorm, that would be the best place to do it, is a static
method and thus it's no use to override i