[jira] Commented: (LUCENE-632) The creation of a spell index from a LuceneDictionary via SpellChecker.indexDictionary (Dictionary dict) fails starting with 1.9.1 (up to current svn version)

2006-12-29 Thread f (JIRA)
[ http://issues.apache.org/jira/browse/LUCENE-632?page=comments#action_12461355 ] f commented on LUCENE-632: -- i solved the problem too with commenting the reader.close(). And the second problem was that in the LuceneDictionary the comparison between tf

[jira] Commented: (LUCENE-632) The creation of a spell index from a LuceneDictionary via SpellChecker.indexDictionary (Dictionary dict) fails starting with 1.9.1 (up to current svn version)

2006-12-27 Thread f (JIRA)
[ http://issues.apache.org/jira/browse/LUCENE-632?page=comments#action_12460995 ] f commented on LUCENE-632: -- i still have the problem with null pointer exceptions on creating a spell index ... first i thought its a problem with the php jni bridge i us

[jira] Commented: (LUCENE-632) The creation of a spell index from a LuceneDictionary via SpellChecker.indexDictionary (Dictionary dict) fails starting with 1.9.1 (up to current svn version)

2006-09-04 Thread Karsten Dello (JIRA)
[ http://issues.apache.org/jira/browse/LUCENE-632?page=comments#action_12432518 ] Karsten Dello commented on LUCENE-632: -- Sorry for not responding for such a long time, I have been out of the office. Otis: The current SVN version (as of tod

[jira] Commented: (LUCENE-632) The creation of a spell index from a LuceneDictionary via SpellChecker.indexDictionary (Dictionary dict) fails starting with 1.9.1 (up to current svn version)

2006-08-25 Thread Miles Barr (JIRA)
[ http://issues.apache.org/jira/browse/LUCENE-632?page=comments#action_12430460 ] Miles Barr commented on LUCENE-632: --- I've checked svn and it's not an issue in trunk, but it's definitely a bug in the version that's distributed with Lucene 1.9

[jira] Commented: (LUCENE-632) The creation of a spell index from a LuceneDictionary via SpellChecker.indexDictionary (Dictionary dict) fails starting with 1.9.1 (up to current svn version)

2006-07-26 Thread Otis Gospodnetic (JIRA)
[ http://issues.apache.org/jira/browse/LUCENE-632?page=comments#action_12423714 ] Otis Gospodnetic commented on LUCENE-632: - I put the new IndexSearcher call to the setSpellIndex(Dictionary) method, which is called from the SpellChecker

[jira] Commented: (LUCENE-632) The creation of a spell index from a LuceneDictionary via SpellChecker.indexDictionary (Dictionary dict) fails starting with 1.9.1 (up to current svn version)

2006-07-24 Thread Karsten Dello (JIRA)
[ http://issues.apache.org/jira/browse/LUCENE-632?page=comments#action_12423128 ] Karsten Dello commented on LUCENE-632: -- Here is the code. It is copied from http://today.java.net/pub/a/today/2005/08/09/didyoumean.html?page=2#generating_spe

[jira] Commented: (LUCENE-632) The creation of a spell index from a LuceneDictionary via SpellChecker.indexDictionary (Dictionary dict) fails starting with 1.9.1 (up to current svn version)

2006-07-24 Thread Karl Wettin (JIRA)
[ http://issues.apache.org/jira/browse/LUCENE-632?page=comments#action_12423125 ] Karl Wettin commented on LUCENE-632: I think you use it the wrong way. Please post some code showing what you do. > The creation of a spell index from a Lucen