[jira] Updated: (LUCENE-504) FuzzyQuery produces a java.lang.NegativeArraySizeException in PriorityQueue.initialize if I use Integer.MAX_VALUE as BooleanQuery.MaxClauseCount

2009-11-04 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-504?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-504: - Attachment: LUCENE-504.patch Here is a patch for this issue, using j.u.PriorityQueue. It

[jira] Updated: (LUCENE-504) FuzzyQuery produces a java.lang.NegativeArraySizeException in PriorityQueue.initialize if I use Integer.MAX_VALUE as BooleanQuery.MaxClauseCount

2009-11-04 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-504?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-504: - Attachment: LUCENE-504.patch Here a patch, that fixes FuzzyQuery. It uses j.u.PQ and has a small

[jira] Updated: (LUCENE-504) FuzzyQuery produces a java.lang.NegativeArraySizeException in PriorityQueue.initialize if I use Integer.MAX_VALUE as BooleanQuery.MaxClauseCount

2006-06-14 Thread Nadav Har'El (JIRA)
[ http://issues.apache.org/jira/browse/LUCENE-504?page=all ] Nadav Har'El updated LUCENE-504: Attachment: fuzzyquery.patch This is my proposed patch described above. FuzzyQuery produces a java.lang.NegativeArraySizeException in

[jira] Updated: (LUCENE-504) FuzzyQuery produces a java.lang.NegativeArraySizeException in PriorityQueue.initialize if I use Integer.MAX_VALUE as BooleanQuery.MaxClauseCount

2006-06-11 Thread Doron Cohen (JIRA)
[ http://issues.apache.org/jira/browse/LUCENE-504?page=all ] Doron Cohen updated LUCENE-504: --- Attachment: BooleanQuery.java.diff PriorityQueue.java.diff FuzzyQuery produces a java.lang.NegativeArraySizeException in

[jira] Updated: (LUCENE-504) FuzzyQuery produces a java.lang.NegativeArraySizeException in PriorityQueue.initialize if I use Integer.MAX_VALUE as BooleanQuery.MaxClauseCount

2006-03-01 Thread Joerg Henss (JIRA)
[ http://issues.apache.org/jira/browse/LUCENE-504?page=all ] Joerg Henss updated LUCENE-504: --- Attachment: TestFuzzyQueryError.java Simple test showing the error FuzzyQuery produces a java.lang.NegativeArraySizeException in PriorityQueue.initialize if