Re: Bug in LuceneDictionary?

2006-11-14 Thread Yonik Seeley
Thanks for investigating this Ryan! Could you open a JIRA bug and maybe provide a patch? (and a testcase reproducing the problem would be great too). -Yonik http://incubator.apache.org/solr Solr, the open-source Lucene search server On 11/14/06, Ryan Heinen <[EMAIL PROTECTED]> wrote: Hello, I

Bug in LuceneDictionary?

2006-11-14 Thread Ryan Heinen
Hello, I believe that I may have discovered a bug in the spellchecker contrib, specifically the LuceneDictionary (or SpellChecker, depending on how you look at it) class. I noticed while doing some testing in my own code that when I was running the indexDictionary method of the SpellChecker

[jira] Updated: (LUCENE-711) BooleanWeight should size the weights Vector correctly

2006-11-14 Thread paul constantinides (JIRA)
[ http://issues.apache.org/jira/browse/LUCENE-711?page=all ] paul constantinides updated LUCENE-711: --- Attachment: vector_sizing.patch Patch to move weights initialization to constructor with the correct sizing. > BooleanWeight should size the weig

[jira] Created: (LUCENE-711) BooleanWeight should size the weights Vector correctly

2006-11-14 Thread paul constantinides (JIRA)
BooleanWeight should size the weights Vector correctly -- Key: LUCENE-711 URL: http://issues.apache.org/jira/browse/LUCENE-711 Project: Lucene - Java Issue Type: Improvement Compo

[jira] Commented: (LUCENE-703) Change QueryParser to use ConstantScoreRangeQuery in preference to RangeQuery by default

2006-11-14 Thread Mark Harwood (JIRA)
[ http://issues.apache.org/jira/browse/LUCENE-703?page=comments#action_12449813 ] Mark Harwood commented on LUCENE-703: - So two +1s for this patch and no objections so far. Last call - if there's no more comments I'll commit this later. >

[jira] Commented: (LUCENE-675) Lucene benchmark: objective performance test for Lucene

2006-11-14 Thread Doron Cohen (JIRA)
[ http://issues.apache.org/jira/browse/LUCENE-675?page=comments#action_12449779 ] Doron Cohen commented on LUCENE-675: Good point on names with numbers - I'm renaming the package to taskBenchmark, as I think of it as "task sequence" based, m

[jira] Created: (LUCENE-710) Implement "point in time" searching without relying on filesystem semantics

2006-11-14 Thread Michael McCandless (JIRA)
Implement "point in time" searching without relying on filesystem semantics --- Key: LUCENE-710 URL: http://issues.apache.org/jira/browse/LUCENE-710 Project: Lucene - Java