[jira] [Updated] (LUCENE-3208) Move Query.weight() to IndexSearcher as protected method

2011-06-16 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3208?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-3208: -- Attachment: LUCENE-3208-3x.patch Thanks to Robert for helping me to find the bug in TestSimila

[jira] [Updated] (LUCENE-3208) Move Query.weight() to IndexSearcher as protected method

2011-06-16 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3208?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-3208: -- Attachment: LUCENE-3208-3x.patch Patch for 3.x branch. To apply, copy the trunk's AssertingInd

[jira] [Updated] (LUCENE-3208) Move Query.weight() to IndexSearcher as protected method

2011-06-16 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3208?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-3208: -- Attachment: LUCENE-3208.patch New patch: - Added AssertingIndexReader in test-framework, this

[jira] [Updated] (LUCENE-3208) Move Query.weight() to IndexSearcher as protected method

2011-06-16 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3208?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-3208: -- Attachment: LUCENE-3208-LTC.patch Here is my idea to enforce one-time normalizing and prevent

[jira] [Updated] (LUCENE-3208) Move Query.weight() to IndexSearcher as protected method

2011-06-16 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3208?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-3208: -- Attachment: LUCENE-3208.patch Here the patch with IndexSearcher.createWeigth renamed to creat

[jira] [Updated] (LUCENE-3208) Move Query.weight() to IndexSearcher as protected method

2011-06-16 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3208?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-3208: -- Attachment: LUCENE-3208.patch First patch with some minor hacks and 2 disabled tests. The pro