
solr
文章平均质量分 51
iteye_14535
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
solr returned non ok status:500, message:Internal Server Error
问题如下:2013-05-29 12:37:11.994 ERROR [http-bio-8086-exec-4] WORD_TYPE_INDEX.createIndex(108) | 创建XXX索引失败propertyname:9f05---brand:productnamepartentity org.apache.solr.client.solrj.SolrServerException:...原创 2013-05-30 10:02:32 · 517 阅读 · 0 评论 -
When to commit
When to commit ? The question I asked myself recently what seems to be one of those for which the response should be quick and painless. So, when to send the commit command to Solr (or Lucene)? D...原创 2013-05-30 14:15:44 · 128 阅读 · 0 评论 -
win7系统tomcat下部署solr
本文主要是运用war包部署solr系统,以此记录部署过程 tomcat下部署solr,需要注意2点: 1.solr.war包里面没有日志文件,需要把相关的日志文件引入进来 2.tomcat部署方式不同,solrconfig.xml配置不同 下面具体说: 1.引入相应包和日志配置文件,包和日志配置文件在下载的solr解压文件里面都有,路径分别\example\lib\ext中...2014-03-25 17:47:57 · 136 阅读 · 0 评论