Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

isMaxWordLength="true"无作用 #116

Open
GoogleCodeExporter opened this issue Oct 21, 2015 · 1 comment
Open

isMaxWordLength="true"无作用 #116

GoogleCodeExporter opened this issue Oct 21, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

<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
Copy link
Author

嗯,同样遇到这个问题了。解决了么你?

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant