heyunxia / ik-analyzer

Automatically exported from code.google.com/p/ik-analyzer
0 stars 0 forks source link

isMaxWordLength="true"无作用 #116

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
<fieldType name="text_ik" class="solr.TextField">  
        <analyzer type="index" isMaxWordLength="false" class="org.wltea.analyzer.lucene.IKAnalyzer"/>  
        <analyzer type="query" isMaxWordLength="true" class="org.wltea.analyzer.lucene.IKAnalyzer"/>  
    </fieldType>

我现在的配置是这样的

但是分词完全没有最大分次!query里也是精细分词为啥啊

Original issue reported on code.google.com by xinjing3...@gmail.com on 22 May 2013 at 10:09

GoogleCodeExporter commented 8 years ago
嗯,同样遇到这个问题了。解决了么你?

Original comment by homl...@gmail.com on 19 Nov 2013 at 7:12