Re: SpellCheckComponent: No file-based suggestions + Location issue

2008-07-04 Thread Ronald K. Braun
I finally had a chance to get back to this and got the file-based spell checker up and going. I thought I'd close the loop on this thread in case others downstream somehow managed to reproduce my silliness. I see the n-grams (n=3,4) but the text looks interspersed with spaces. The issue was

Re: SpellCheckComponent: No file-based suggestions + Location issue

2008-06-24 Thread Ronald K. Braun
Shalin: The index directory location is being created inside the current working directory. We should change that. I've opened SOLR-604 and attached a patch which fixes this. I updated from nightly build to incorporate your fix and it works perfectly, now building the spell indexes in

Re: SpellCheckComponent: No file-based suggestions + Location issue

2008-06-23 Thread Grant Ingersoll
Inline below On Jun 21, 2008, at 5:28 PM, Ronald K. Braun wrote: 2. I'm having difficulty getting the FileBasedSpellChecker to work -- probably something silly on my part but given the above I thought there might be container differences that haven't been vetted. Here is my config:

Re: SpellCheckComponent: No file-based suggestions + Location issue

2008-06-23 Thread Grant Ingersoll
Hmm, if I add: lst name=spellchecker str name=classnamesolr.FileBasedSpellChecker/str str name=namefile/str str name=sourceLocationspellings.txt/str str name=characterEncodingUTF-8/str str name=indexDir./spellcheckerFile/str /lst To the examples declaration with