When does this 4.0-ALPHA feature going to be included in the released version?
https://issues.apache.org/jira/browse/LUCENE-3687 It's the "Allow similarity
to encode norms other than a single byte".
I thought that it would be in the released versions, but it looks like it's
only on 4.0-alpha. I am using 4.6.1, but also looked in 5.3.1 source, none of
these include the changes.
With these changes, the new API in the sim class is accepting the norms, like
so: computeNorm(FieldInvertState state, Norm norm).
Thank you,
Ivan Provalov