Chinaunix首页 | 论坛 | 博客
  • 博客访问: 2422196
  • 博文数量: 392
  • 博客积分: 7040
  • 博客等级: 少将
  • 技术积分: 4138
  • 用 户 组: 普通用户
  • 注册时间: 2009-06-17 13:03
个人简介

范德萨发而为

文章分类

全部博文(392)

文章存档

2017年(5)

2016年(19)

2015年(34)

2014年(14)

2013年(47)

2012年(40)

2011年(51)

2010年(137)

2009年(45)

发布时间:2013-06-18 16:22:53

  结合下面两篇文章的描述:Lucene只用一个字节来表示一个float数据,所以这个数据相对于使用32bit来表示float,精度损失更大,这个是保存norm数据时需要严重考虑的问题Norms (.f[0-9]*) –>  SegSize            在Lucene 2.1.........【阅读全文】

阅读(3011) | 评论(0) | 转发(0)

发布时间:2013-06-18 15:50:28

Apache Lucene turned 10 last year with a limitation that bugged many many users from day one. You may know Lucene’s core scoring model is based on TF/IDF (Vector Space Model). Lucene encapsulates all related calculations in a class called Similarity. Among pure TF/IDF factors Simil.........【阅读全文】

阅读(1305) | 评论(0) | 转发(0)

发布时间:2013-06-18 12:44:16

Lucene's default similarity functionLucene's scoring Function is defined by the function where tf(t in d) denotes the term's frequency, defined as the number of times the term t appears in the currently scored document d. Documents that have more occ.........【阅读全文】

阅读(1446) | 评论(0) | 转发(0)

发布时间:2013-06-17 22:48:30

1. 同步概念Xapian没有显示的支持多线程,为了避免不必要的线程死锁,Xapian没有使用任何全局变量,所以你可以你的多线程应用中放心的使用Xapain对象,但是一些Xapian对象内部是有关联的,如Xapian::Database::get_document(),返回的对象Xapian::Document对象内部保存了一个指向DataBase的一个引用,所以它不适合在多.........【阅读全文】

阅读(1625) | 评论(0) | 转发(0)

发布时间:2013-06-15 11:01:19

used index statistics per index segment, and make them available at search time. To understand the new statistics, let's pretend we've indexed the following two example documents, each with only one field "title":document 1: The Lion, the Witch, and the Wardrobedocument 2: The Da.........【阅读全文】

阅读(1371) | 评论(0) | 转发(0)
给主人留下些什么吧!~~

CU博客助理2013-01-09 08:37

jiangwen127: 这个是自动推荐的吗,还是需要博主主动去推荐.....
工作人员更新

回复  |  举报

CU博客助理2013-01-08 17:27

jiangwen127: 晕,我以为是删选之后推荐到blog.chinaunix.net的首页.....
如果你有写的特别好的文章,最好是近期的,就可以到博客首页。

回复  |  举报

CU博客助理2013-01-08 14:27

jiangwen127: http://blog.chinaunix.net/uid-20761674-id-3424553.html
我推荐首页的文章怎么老是不行呢,给点意见吧.....
已经在你的首页了啊,怎么不行了?

回复  |  举报

chinaunix网友2010-04-18 19:44

你好,可不可以麻烦你加一下我的qq啊。。。有几个问题想问问。很着急啊。。谢谢噢:852476785

回复 |  删除 |  举报

chinaunix网友2010-04-18 14:30

你好,可以麻烦你加我的qq么:852476785 看了你hadoop那篇编程,Sogo日志分析那个,想请教一下。。。。非常非常非常非常非常非常感性吖

回复 |  删除 |  举报
留言热议
请登录后留言。

登录 注册