2008年6月9日

#include "CLucene.h" After a rather long search for the cause Strigi crash on PPC (e.g. Mac)use the flag -ansi when compiling c++ code

摘要: Common CLucene problems After a rather long search for the cause Strigi crash on PPC (e.g. Mac Mini), I found out that it is a good idea to always use the flag -ansi when compiling c++ code. What ha... 阅读全文

posted @ 2008-06-09 23:15 cy163 阅读(531) 评论(0) 推荐(0) 编辑

Clucene 类 的详细说明

摘要: Here is a list of all class members with links to the classes they belong to: - _ - __asTermDocs() : lucene::index::TermPositions, lucene::index::SegmentTermPositions, lucene::index::MultiTermPos... 阅读全文

posted @ 2008-06-09 23:13 cy163 阅读(1602) 评论(0) 推荐(0) 编辑

实际程序调用IndexWriter* writer = NULL

摘要: 最近由于项目需要,原先用MySQL实现的全文检索功能已不能满足需求,于是乎想到了利用开源的全文检索项目,经人介绍看看了Lucene,Lucene使用Java实现的,目前是Apache Jakarta的项目之一,已经有一套完整和成熟的库,可惜本人对Java懂之甚少,便找了个C++ porting的版本,看了看里面的demo,动手体验了一下,感觉用“短小、强悍”形容再恰当不过了,十几行代码便能完成建立... 阅读全文

posted @ 2008-06-09 23:11 cy163 阅读(498) 评论(0) 推荐(0) 编辑

导航