You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-commits@lucene.apache.org by Apache Wiki <wi...@apache.org> on 2011/08/20 15:45:52 UTC

[Lucene-java Wiki] Update of "SummerOfCode2011ProjectRankingIssues" by DavidNemeskey

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Lucene-java Wiki" for change notification.

The "SummerOfCode2011ProjectRankingIssues" page has been changed by DavidNemeskey:
http://wiki.apache.org/lucene-java/SummerOfCode2011ProjectRankingIssues?action=diff&rev1=9&rev2=10

  == JIRA issues opened for the project ==
  || '''Issue''' || '''Description''' || '''Status''' ||
  || [[https://issues.apache.org/jira/browse/LUCENE-2959|LUCENE-2959]] || [GSoC] Implementing State of the Art Ranking for Lucene ||<#FF8000>In Progress ||
- || [[https://issues.apache.org/jira/browse/LUCENE-3173|LUCENE-3173]] || Rename some classes and methods in the search package so their names describe their roles ||<#FF8000>In Progress ||
+ || [[https://issues.apache.org/jira/browse/LUCENE-3173|LUCENE-3173]] || Rename some classes and methods in the search package so their names describe their roles ||<#FFFF00>Tentative ||
- || [[https://issues.apache.org/jira/browse/LUCENE-3174|LUCENE-3174]] || Make a `Stats` class ||<#00B000>In Progress ||
+ || [[https://issues.apache.org/jira/browse/LUCENE-3174|LUCENE-3174]] || Make a `Stats` class ||<#00B000>Done ||
- || [[https://issues.apache.org/jira/browse/LUCENE-3220|LUCENE-3220]] || Implement various ranking models as Similarities ||<#FF8000>In Progress ||
+ || [[https://issues.apache.org/jira/browse/LUCENE-3220|LUCENE-3220]] || Implement various ranking models as Similarities ||<#00B000>Done ||
+ || [[https://issues.apache.org/jira/browse/LUCENE-3357|LUCENE-3357]] || Unit and integration test cases for the new Similarities ||<#00B000>Done ||
+ || [[https://issues.apache.org/jira/browse/LUCENE-3357|LUCENE-3385]] || `EasySimilarity` to interpret document length as float ||<#00FF00>Uploaded ||
+ || || Integrate `MockBM25Similarity` and `MockLMSimilarity` to the framework ||<#FF0000> Not opened yet ||
+ || || Wrap-up (rename `EasySimilarity`) ||<#FF0000> Not opened yet ||
+ || || Make `EasySimilarityProvider` a full-fledged class ||<#FF0000> Not opened yet ||
+ 
+ == Ideas ==
  || || Introduce `NormConverter` so that any Similarity can be used on any index? ||<#FF0000> Not opened yet ||
  || || `Query.explain()` to be independent of the similarity (and hence: scoring components) used. ||<#FF0000> Not opened yet ||