HI Bell, 
i used autocomplete in solr 3.1. same this: 

  <searchComponent name="autocomplete" class="solr.SpellCheckComponent">
    <lst name="spellchecker">
      <str name="name">autocomplete</str>
      <str
name="classname">org.apache.solr.spelling.suggest.Suggester</str>
      <str
name="lookupImpl">org.apache.solr.spelling.suggest.jaspell.JaspellLookup</s
tr>
      <str name="field">autocomplete</str>
      <str name="buildOnCommit">true</str> 
</lst> 

and i make following URL*
http://solr.pl/en/2010/11/15/solr-and-autocomplete-part-2/* to index my
data. and had a problem. with one word, it have done very good. But when i
typed more two words, rerults return not right. I don't know why? Can any
one know this problem? Thanks for your help.

--
View this message in context: 
http://lucene.472066.n3.nabble.com/Different-options-for-autocomplete-autosuggestion-tp2678899p3203032.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to