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) {
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
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
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
[ 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