[ http://issues.apache.org/jira/browse/LUCENENET-22?page=all ]
George Aroush resolved LUCENENET-22.
------------------------------------
Resolution: Fixed
Good catch Marco.
This is a type that somehow escaped my automated renaming process from Java
convention to C#.
This is now fixed in ver 1.9, 1.9.1 and 2.0.
-- George Aroush
> 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
> Assigned To: George Aroush
> 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