-
Notifications
You must be signed in to change notification settings - Fork 171
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
support solr8 #3
Comments
在solr8中, 单机启动 在创建core的时候报错 我所用的配置文件全是resource下直接拿的, 停止词典名字理论应该是stopword.txt, 而且就算我在这两个目录创建stopwords.txt也没用, 重装solr也没用, solr版本8.0.0 jdk1.8.0_201 |
运行IKAnalzyerDemo中的main方法时, 我在stopword.dic中配置了"这是一个中文", 但是分出来词条依旧是 |
Error CREATEing SolrCore 'new_core': Unable to create core [new_core] Caused by: Can't find resource 'stopwords.txt' in classpath or 'D:\develop\solr\solr-7.7.1\server\solr\new_core' |
好吧 其他jar也有同样的问题 只能用命令创建 然后再改scheme |
不过这个分词确实不错 |
这个dynamicdic文件和ik.conf文件是放在我创建的集合下面的conf里面么,直接放在jar包里应该不行吧 |
done |
readme中有详细说明了。 |
停词我在solr8.0中测试是有效的。 |
好像发现了问题,在solr控制台上,发现文件的内容出现了乱码,所以不起作用,修正之后就好了。 |
solr 8.7启动报错: Caused by: java.lang.ClassNotFoundException: org.apache.lucene.analysis.util.ResourceLoaderAware 怎么破? |
emm,我今天用8.7.0测试使用没有问题哦😓。 |
support solr8
The text was updated successfully, but these errors were encountered: