Re: Bug in Lucene Sandbox SpellChecker class (fix included)

2006-02-05 Thread Michael Harhen
This fix has been included in the repository. Thanks Michael Harhen wrote: While debugging a Lucene application using the Sandbox SpellChecker, I have identified a problem with SpellChecker's suggestSimilar(...) method. Lines 175-177 are currently: if (sugword.string==word) {

Suggested Patches to MultiPhraseQuery and QueryTermExtractor (for use with HighLighter)

2006-02-05 Thread Michael Harhen
I encountered a problem with the Highlighter, where it was not recognizing MultiPhraseQuery. To fix this, I developed the following two patches: = 1. Addition to org.apache.lucene.search.MultiPhraseQuery: Add the following method: /** Returns

Re: svn commit: r375070

2006-02-05 Thread Daniel Naber
On Sonntag 05 Februar 2006 19:45, Pasha Bizhan wrote: > Does this patch require to reindex all data? > > URL: http://svn.apache.org/viewcvs?rev=375070&view=rev > > Log: > > DateTools needs to use UTC for correct collation > > (LUCENE-491), patch by John Haxby If your timezone is not UTC and your

RE: svn commit: r375070

2006-02-05 Thread Pasha Bizhan
Hi, Does this patch require to reindex all data? Pasha Bizhan > Author: dnaber > Date: Sun Feb 5 10:17:02 2006 > New Revision: 375070 > > URL: http://svn.apache.org/viewcvs?rev=375070&view=rev > Log: > DateTools needs to use UTC for correct collation > (LUCENE-491), patch by John Haxby

[jira] Closed: (LUCENE-491) DateTools needs to use UTC for correct collation,

2006-02-05 Thread Daniel Naber (JIRA)
[ http://issues.apache.org/jira/browse/LUCENE-491?page=all ] Daniel Naber closed LUCENE-491: --- Fix Version: 1.9 Resolution: Fixed Thanks, I have committed your patch. I needed to make other changes to the old test cases to keep them working. Mayb