1、搜索引擎原理——从索引、搜索、facet底层原理看搜索引擎的本质2、开源搜索引擎分析——lucene(ES、Solr)、sphinx、wukong、bleve、poseidon、indextank-engine3、商业搜索引擎Splunk介绍——性能,架构,底层窥探4、提升CIS智能检索性能的方 ...
分类:
其他好文 时间:
2017-01-26 18:11:16
阅读次数:
436
http://stackoverflow.com/questions/185697/the-most-efficient-way-to-find-top-k-frequent-words-in-a-big-word-sequence http://www.geeksforgeeks.org/find ...
分类:
Web程序 时间:
2017-01-26 10:35:05
阅读次数:
223
新导入的一个web工程,在problems中显示错误是:Target runtime Apache Tomcatv8.0 is not defined. 终于找到解决方法。方法是:在工程目录下的.settings文件夹里,打开org.eclipse.wst.common.project.facet. ...
分类:
Web程序 时间:
2017-01-21 10:46:18
阅读次数:
228
错误信息: 报Description Resource Path Location Type Java compiler level does not match the version of the installed Java project facet.出现这个问题的原因是因为,eclipse ...
分类:
编程语言 时间:
2017-01-19 13:58:12
阅读次数:
339
在.settings子目录里面,用文本编辑器打开org.eclipse.wst.common.project.facet.core.xml配置文件,如图所示: 修改java 还有apache 版本 重新build path ...
分类:
编程语言 时间:
2017-01-19 10:23:17
阅读次数:
199
pom.xml web.xml org.eclipse.wst.common.project.facet.core.xml ...
分类:
Web程序 时间:
2017-01-10 13:18:09
阅读次数:
181
如果提示cannot change version of project facet Dynamic Web Module to 2.5 1.把Dynamic Web Module复选框,勾选去掉,点击Apply。2.选择Dynamic Web Module的Version版本选为2.5,点击App ...
分类:
移动开发 时间:
2016-12-22 19:11:45
阅读次数:
154
在Solr图形化界面:除Hue之外的选择中列出了banana的如下一些不足,今天再次研究这些地方是否有方案可以解决。 1.sunburst图功能没法用。 2.中文有些地方会显示%2B%4C之类的一串字符。 3.facet功能没Hue好看。(不过Hue只能显示最多10条记录,Banana没有这个限制) ...
分类:
其他好文 时间:
2016-12-21 09:46:14
阅读次数:
144
在eclipse的workspace里面找到该项目。 依次进入:.settings->org.eclipse.wst.common.project.facet.core.xml。 打开文件后,将下面的版本改低一点。 <installed facet="jst.web" version="3.1"/> ...
分类:
编程语言 时间:
2016-12-20 15:55:28
阅读次数:
180
1、在eclipse的windows中选中preferences在查询框中输入driver definition 2、点击add在Name/type中选中mysql jdbc driver 5.1然后点击 JAR List 3、下载个mysql-connector-java-5.1.35.jar后把 ...
分类:
系统相关 时间:
2016-12-20 13:50:38
阅读次数:
212