> Error loading class 'org.apache.solr.spelling.suggest.Suggester'
Are you sure you applied the patch correctly?
See http://wiki.apache.org/solr/HowToContribute#Working_With_Patches

Checkout Solr trunk source code (
http://svn.apache.org/repos/asf/lucene/solr/trunk ), apply patch,
verify that everything went smoothly, build solr and use built version
for your tests.

On Mon, Mar 22, 2010 at 9:42 PM, stocki <st...@shopgate.com> 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-autosuggest-component-----tp27950949p27990809.html
> Sent from the Solr - User mailing list archive at Nabble.com.
>
>

Reply via email to