[jira] Updated: (LUCENE-1260) Norm codec strategy in Similarity

2011-01-08 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1260?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-1260: Attachment: LUCENE-1260_defaultsim.patch Here's a patch for the general case, and it also adds a

[jira] Updated: (LUCENE-1260) Norm codec strategy in Similarity

2009-11-22 Thread Johan Kindgren (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1260?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Johan Kindgren updated LUCENE-1260: --- Attachment: Lucene-1260-2.patch I've added the old static methods again, but made them

[jira] Updated: (LUCENE-1260) Norm codec strategy in Similarity

2009-11-11 Thread Johan Kindgren (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1260?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Johan Kindgren updated LUCENE-1260: --- Attachment: Lucene-1260-1.patch Added 'final' modifier to the Similarity field where it was

[jira] Updated: (LUCENE-1260) Norm codec strategy in Similarity

2009-11-09 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1260?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-1260: --- Fix Version/s: 3.1 I think this is a reasonable change, but we probably should wait

[jira] Updated: (LUCENE-1260) Norm codec strategy in Similarity

2009-06-21 Thread Johan Kindgren (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1260?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Johan Kindgren updated LUCENE-1260: --- Attachment: Lucene-1260.patch Removed 'static' keyword to enable a pluggable behavior for

[jira] Updated: (LUCENE-1260) Norm codec strategy in Similarity

2008-04-24 Thread Karl Wettin (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1260?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Karl Wettin updated LUCENE-1260: Attachment: LUCENE-1260.txt New patch additionally includes: * Lots of javadocs with warnings

[jira] Updated: (LUCENE-1260) Norm codec strategy in Similarity

2008-04-11 Thread Karl Wettin (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1260?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Karl Wettin updated LUCENE-1260: Attachment: LUCENE-1260.txt Fixed some typos and added some tests. Perhaps it needs new javadocs

[jira] Updated: (LUCENE-1260) Norm codec strategy in Similarity

2008-04-07 Thread Karl Wettin (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1260?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Karl Wettin updated LUCENE-1260: Attachment: LUCENE-1260.txt * Simlarity#getNormCodec() * Simlarity#setNormCodec(NormCodec) *