I was on my phone before, and didn't see the whole thread.  I wanted the same 
thing, to have spellchecker not tokenize.  See the "Suggester Issues"  thread 
for my junky replacement class that doesn't tokenize (as far as I can tell from 
a few minutes of testing).

will

On Aug 19, 2011, at 8:35 AM, Will Oberman wrote:

> This might be unrelated, but I had the exact same error yesterday trying to 
> replace the query converter with a custom class I wrote. Ended up, I wasn't 
> properly registering my jar.  I'm still testing with jetty, and "lib" in 
> example is included "too late" in the startup process. I had to rebundle the 
> war with my jar in the web-inf lib.
> 
> On Aug 19, 2011, at 8:01 AM, Valentin  <igorlacro...@gmail.com> wrote:
> 
>> My analyser is not empty :
>> 
>> /<fieldType name="suggestTextFull" class="solr.TextField">
>> <analyzer type="index">
>>   <tokenizer class="solr.KeywordTokenizerFactory"/>
>>   <filter class="solr.LowerCaseFilterFactory"/>
>>   <filter class="solr.RemoveDuplicatesTokenFilterFactory"/>
>> </analyzer>
>> <analyzer type="query">
>>   <tokenizer class="solr.KeywordTokenizerFactory"/>
>>   <filter class="solr.LowerCaseFilterFactory"/>
>> </analyzer>
>> </fieldType>/
>> 
>> and i'm sure there is words in it
>> 
>> 
>> I don't know where to find this file
>> "org.apache.solr.handler.component.SpellCheckComponent.getTokens"
>> 
>> --
>> View this message in context: 
>> http://lucene.472066.n3.nabble.com/Full-sentence-spellcheck-tp3265257p3267833.html
>> Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to