杂谈之SolrCloud这个坑货 看《Solr In Action》时候看到对Solr不足的介绍有这么一段话:“One final limitation of Solr worth mentioning is its elastic scalability: the ability to aut.....
分类:
其他好文 时间:
2014-11-05 00:16:42
阅读次数:
1439
搭建SolrCloud ,zookeeper ,HDFS ,IK中文分词器,注意事项...
分类:
其他好文 时间:
2014-11-04 15:08:28
阅读次数:
628
原来在别的公司负责过文档检索模块的维护(意思就是不是俺开发的啦)。所以就稍微接触和研究了下文档检索。
文档检索其实是全文检索,是通过一种技术把N多文档进行一定规律的切割归类,然后创建易于搜索的索引式文件,然后搜索具有某些规律的文档时,能够通过快速定位索引,然后根据索引提供的信息精确定位到文档从而实现迅速找到文档。这个文档一般成为条目。
上家公司的时候使用的是Lucene加上Zoie实现的。lu...
分类:
数据库 时间:
2014-11-03 22:44:38
阅读次数:
609
1.DeployingSolrwithHuerestartHUEservice2.deleteoldexampleindexesfromHUE3.OnSolrServer:cd/opt/cloudera/parcels/CDH-5.2.0-1.cdh5.2.0.p0.36/lib/hue/apps/search/examples/bin./create_collections.sh./post.sh4.createdashboardsforexampleindexesok
分类:
其他好文 时间:
2014-11-03 16:35:41
阅读次数:
251
高级映射
前面介绍的可搜索的域基本上都是字符串类型,实际上可搜索的类型是非常丰富的。
本文会介绍以下几个方面的内容:
Lucene对实体进行索引的过程借助Solr组件对这个过程的改进修改域的重要程度,从而让基于相关度的排序更加有意义动态决定是否对一个实体类型进行索引
桥接器(Bridges)
实体类型中可以使用的类型是无穷无尽的,但是对于Lucene索引而言,任何类型...
分类:
Web程序 时间:
2014-11-03 11:36:55
阅读次数:
301
solr版本:4.10.1tomcat版本:7.0.23jdk版本:1.7.0_01注:solr明确要求jdk版本在1.7及以上tomcat和jdk安装就不说了。下载solr:http://lucene.apache.org/solr/downloads.html解压solr-4.10.1,将:so...
分类:
其他好文 时间:
2014-11-02 20:51:58
阅读次数:
210
官网:http://lucene.apache.org/solr/ 最新版本下载:http://www.apache.org/dyn/closer.cgi/lucene/solr/ 历史版本下载:http://archive.apache.org/dist/lucene/solr/ Solr 官方W...
分类:
Web程序 时间:
2014-11-02 00:24:54
阅读次数:
182
Solr In Action 笔记(2) 之评分机制(相似性计算)1 简述 《这就是搜索引擎》里面对相似性计算进行了简单的介绍。 内容的相似性计算由搜索引擎的检索模型建模,它是搜索引擎的理论基础,为量化相关性提供了一种数学模型,否则没法计算。当然检索模型理论研究存在理想化的隐含假设,即假设用户...
分类:
其他好文 时间:
2014-11-01 22:58:41
阅读次数:
423
下载地址: https://github.com/mausch/SolrNet SolrNet does not attempt to abstract much over Solr, it's assumed that you know what Solr is and how to use it...
分类:
Web程序 时间:
2014-11-01 17:45:42
阅读次数:
249
putconfigurationinHUEasbelow:[librdbms]#TheRDBMSappcanhaveanynumberofdatabasesconfiguredinthedatabases#section.Adatabaseisknownbyitssectionname#(IEsqlite,mysql,psql,andoracleinthelistbelow).[[databases]]#sqliteconfiguration.##[[[sqlite]]]#NametoshowintheUI...
分类:
数据库 时间:
2014-10-31 15:55:19
阅读次数:
412