╰晓风残月〆的gravatar头像
╰晓风残月〆 2015-10-23 16:12:58

apache solr搜索智能提示Suggest为什么不返回接口数据?

解决问题了加50牛apache solr搜索智能提示Suggest为什么不返回接口数据?



<searchComponent class="solr.SpellCheckComponent" name="suggest">  
        <str name="queryAnalyzerFieldType">text_spell</str>  
        <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.tst.TSTLookup</str>  
            <str name="field">suggestion</str>  
          
            <float name="threshold">0.0001</float>  
            <str name="spellcheckIndexDir">spellchecker</str>  
            <str name="comparatorClass">freq</str>  
            <str name="buildOnOptimize">true</str>  
  
   
        </lst>  
    </searchComponent>  
    <requestHandler class="org.apache.solr.handler.component.SearchHandler"  
                    name="/suggest">  
        <lst name="defaults">  
            <str name="spellcheck">true</str>  
            <str name="spellcheck.dictionary">suggest</str>  
            <str name="spellcheck.onlyMorePopular">true</str>  
            <str name="spellcheck.extendedResults">false</str>  
            <str name="spellcheck.count">10</str>  
            <str name="spellcheck.collate">true</str>  
        </lst>  
        <arr name="components">  
            <str>suggest</str>  
        </arr>  
    </requestHandler>  
所有回答列表(0)
最近浏览
skking  LV1 2017年12月28日
cjj221053  LV2 2017年4月26日
zhangyouyou123  LV2 2017年2月15日
jonny lee  LV4 2015年11月11日
mySong  LV11 2015年11月2日
wintely  LV9 2015年10月30日
czl  LV13 2015年10月27日
hrose12  LV21 2015年10月27日
rendong  LV6 2015年10月27日
asaiasd  LV13 2015年10月27日
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友