Hi Oliver,
I would like to add a couple of things here..
1. Regarding lengthNorm being called you will also have to make sure that
you set your custom similarity class during index by calling
IndexWriterConfig.setSimilarity(new CustomSimilarity());
2. From what I can see in the source for comput
Lovely. Thank you very much! Oliver
-邮件原件-
发件人: java-user-return-56101-oliver.xu=aigine@lucene.apache.org
[mailto:java-user-return-56101-oliver.xu=aigine@lucene.apache.org] 代表
Koji Sekiguchi
发送时间: 2013年6月12日 22:47
收件人: java-user@lucene.apache.org
主题: [SPAM] Re: A Problem in Customi