Solr 和大同义词文件
我有一个很大的同义词词典,并且创建了一个格式正确的文件以将其与 solr 一起使用。 该文件的大小为 4mb。但是当我想使用Tomcat启动solr时,solr在启动时被阻止。
问题是什么 ?文件太大?
谢谢。
I have a big synonym dictionary and I created a file correctly formated to use it with solr.
This file has a size of 4mb. But when I want to start solr using Tomcat, solr is blocked in start.
What is the problem ? The file is too big ?
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我们创建了一个新的同义词过滤器来解决这个问题,旧的同义词过滤器对于如此大的同义词文件来说非常糟糕:
https://issues.apache.org/jira/browse/LUCENE-3233
除非有什么变化,否则应该将其变成 3.4
we created a new synonymsfilter to address this problem, the old synonymsfilter was quite bad with such large synonyms files:
https://issues.apache.org/jira/browse/LUCENE-3233
Unless something changes, should make it into 3.4
我认为与tomcat内存无关,尝试增加solr内存。
找到此链接,其中提到了 synonym.txt会占用大量堆空间,所以主要是由于 solr 内存不足
I think it has nothing to do with tomcat memory, try increasing solr memory.
Found this link which mentions that synonym.txt will take lot of heap space, so mostly its due to solr running out of memory