Re: spellchecker problems (bugs)

2008-07-25 Thread Geoffrey Young
This issue has been fixed in the trunk. Can you please use the latest trunk code and try? current trunk looks good. thanks! --Geoff

Re: spellchecker problems (bugs)

2008-07-25 Thread Shalin Shekhar Mangar
On Thu, Jul 24, 2008 at 2:59 PM, <[EMAIL PROTECTED]> wrote: > Hi, > > Anyone has probed the patch? I apply it and the problem persists. > I don't know if I am doing something incorrect or the patch has some error. > > Can any one help me? > > Thanks a lot. > > Rober. > This issue has been fixed i

RE: spellchecker problems (bugs)

2008-07-24 Thread r.nieto
23 de julio de 2008 17:25 Para: solr-user@lucene.apache.org Asunto: Re: spellchecker problems (bugs) Jonathan Lee wrote: > I don't see the patch attached to my original email either -- does solr-user > not allow attachments? > > This is ugly, but here's the patch inl

Re: spellchecker problems (bugs)

2008-07-23 Thread Geoffrey Young
Jonathan Lee wrote: I don't see the patch attached to my original email either -- does solr-user not allow attachments? This is ugly, but here's the patch inline: issue created in jira: https://issues.apache.org/jira/browse/SOLR-648 --Geoff

Re: spellchecker problems (bugs)

2008-07-23 Thread Jonathan Lee
ore core, SolrIndexSearcher searcher) { IndexReader reader = null; try { @@ -106,10 +114,6 @@ // Create the dictionary dictionary = new HighFrequencyDictionary(reader, field, threshold); -// Get the field's analyzer - FieldType fieldType = schema.getField

Re: spellchecker problems (bugs)

2008-07-23 Thread Geoffrey Young
2. I believe there is a bug in IndexBased- and FileBasedSpellChecker.java where the analyzer variable is only set on the build command. Therefore, when the index is reloaded, but not built after starting solr, issuing a query with the spellcheck.q parameter will cause a NullPointerException to b

Re: spellchecker problems (bugs)

2008-07-23 Thread Jonathan Lee
<[EMAIL PROTECTED]> > Reply-To: > Date: Tue, 22 Jul 2008 11:07:41 -0400 > To: > Subject: Re: spellchecker problems (bugs) > > > > Shalin Shekhar Mangar wrote: >> The problems you described in the spellchecker are noted in >> https://issues.apache.org/

Re: spellchecker problems (bugs)

2008-07-22 Thread Shalin Shekhar Mangar
On Tue, Jul 22, 2008 at 8:37 PM, Geoffrey Young <[EMAIL PROTECTED]> wrote: > > > Shalin Shekhar Mangar wrote: > >> The problems you described in the spellchecker are noted in >> https://issues.apache.org/jira/browse/SOLR-622 -- I shall create an issue >> to >> synchronize spellcheck.build so that

Re: spellchecker problems (bugs)

2008-07-22 Thread Yonik Seeley
On Tue, Jul 22, 2008 at 11:07 AM, Geoffrey Young <[EMAIL PROTECTED]> wrote: > Shalin Shekhar Mangar wrote: >> >> The problems you described in the spellchecker are noted in >> https://issues.apache.org/jira/browse/SOLR-622 -- I shall create an issue >> to >> synchronize spellcheck.build so that the

Re: spellchecker problems (bugs)

2008-07-22 Thread Geoffrey Young
Shalin Shekhar Mangar wrote: The problems you described in the spellchecker are noted in https://issues.apache.org/jira/browse/SOLR-622 -- I shall create an issue to synchronize spellcheck.build so that the index is not corrupted. I'd like to discuss this a little... I'm not sure that I want

Re: spellchecker problems (bugs)

2008-07-17 Thread Shalin Shekhar Mangar
The problems you described in the spellchecker are noted in https://issues.apache.org/jira/browse/SOLR-622 -- I shall create an issue to synchronize spellcheck.build so that the index is not corrupted. As for multiple cores, yes, they should work independently of each other. On Thu, Jul 17, 2008

spellchecker problems (bugs)

2008-07-17 Thread r.nieto
Hi users and developers, I'm having some problems with the spellchecker component (I think there are bugs). A few weeks ago Geoff spoke about some of them. If I restart tomcat without re-issuing spellcheck.build=true then the spellcheck starts to fail. Another thing is that if I have 3 c