can nobody help me ? =(


stocki wrote:
> 
> i patch an nightly build from solr.
> patch runs, classes are in the correct folder, but when i replace
> spellcheck with this spellchecl like in the comments, solr cannot find the
> classes =(
> 
> <searchComponent name="spellcheck" class="solr.SpellCheckComponent">
>     <lst name="spellchecker">
>       <str name="name">suggest</str>
>       <str
> name="classname">org.apache.solr.spelling.suggest.Suggester</str>
>       <str
> name="lookupImpl">org.apache.solr.spelling.suggest.jaspell.JaspellLookup</str>
>       <str name="field">text</str>
>       <str name="sourceLocation">american-english</str>
>     </lst>
>   </searchComponent>
> 
> 
> --> SCHWERWIEGEND: org.apache.solr.common.SolrException: Error loading
> class 'org.ap
> ache.solr.spelling.suggest.Suggester'
> 
> 
> why is it so ??????  i think no one has so many trouble to run a patch
> like me =( :D
> 
> 
> Andrzej Bialecki wrote:
>> 
>> On 2010-03-19 13:03, stocki wrote:
>>>
>>> hello..
>>>
>>> i try to implement autosuggest component from these link:
>>> http://issues.apache.org/jira/browse/SOLR-1316
>>>
>>> but i have no idea how to do this !?? can anyone get me some tipps ?
>> 
>> Please follow the instructions outlined in the JIRA issue, in the 
>> comment that shows fragments of XML config files.
>> 
>> 
>> -- 
>> Best regards,
>> Andrzej Bialecki     <><
>>   ___. ___ ___ ___ _ _   __________________________________
>> [__ || __|__/|__||\/|  Information Retrieval, Semantic Web
>> ___|||__||  \|  ||  |  Embedded Unix, System Integration
>> http://www.sigram.com  Contact: info at sigram dot com
>> 
>> 
>> 
> 
> 

-- 
View this message in context: 
http://old.nabble.com/SOLR-1316-How-To-Implement-this-patch-----autoComplete-tp27950949p28000464.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to