Similarity.cs has different methods as in java implementation
-------------------------------------------------------------
Key: LUCENENET-22
URL: http://issues.apache.org/jira/browse/LUCENENET-22
Project: Lucene.Net
Issue Type: Bug
Environment: n/a
Reporter: Marco Dissel
Priority: Trivial
This is the declaration in the java class:
public abstract float idf(int docFreq, int numDocs);
and this is the translation in the c# class:
public abstract float Ldf(int docFreq, int numDocs);
Why is this method renamed to Ldf?
Thanks
Marco
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira