
solr
文章平均质量分 77
lykke2012
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
solr3.3 中文IK分词 (IKAnalyzer3.2.8 bin.zip) --亲测
solr3.3 中文IK分词(IKAnalyzer3.2.8 bin.zip)(亲测) 1.IK下载地址 http://code.google.com/p/ik-analyzer/downloads/detail? name=IKAnalyzer3.2.8%20bin.zip&can=2&q=a 2.解压到本地目录 suse@se...2011-08-26 09:12:00 · 243 阅读 · 0 评论 -
solr 同义词搜索
solr 同义词搜索 solr-synonym功能(同义词) 1) 配置 ==========================schema.xml START================================================= <fieldType name="textMaxWord" class...2011-10-09 08:55:01 · 172 阅读 · 0 评论 -
Lucene的分词原理与分词系统
Lucene的分词原理与分词系统lucene算法Solr搜索引擎全文检分词原理 建立索引和查询的过程中,都是以基本的语素项为单位的。基本的语素项就是通过分词得到。这个过程决定了索引单元金额最终的匹配过程。分词在文本索引的建立过程和用户提交检索过程中都存在。利用相同的分词器,把短语或者句子切分成相同的结果,才能保证检索过程顺利进行。1、 英文分词的原理基本的处...原创 2011-12-27 12:01:14 · 280 阅读 · 0 评论 -
solr suggester 组件使用
The beginingThere is one thing that you must know – Suggest component is not available in Solr version 1.4.1 and below. To start using this component you need to download 3_x or trunk versio...2012-01-13 10:50:41 · 126 阅读 · 0 评论