Apache Lucy 0.5.1 发布了,Apache Lucy 是一个全文搜索引擎库,使用 C 语言编写,主要面向一些动态语言,目前提供 Perl 语言的绑定。相当于是 C 语言版的 lucene”>Lucene 。
改进记录如下:
新特性:
* [LUCY-275] – Proof-of-concept Go bindings
Bug修复:
* [LUCY-273] – Require specific version of Clownfish
* [LUCY-287] – Mismatch between required Clownfish versions
* [LUCY-288] – Add Clownfish to configure_requires
一些提升:
* [LUCY-274] – Refcounting needs to use functions rather than methods
* [LUCY-277] – Autogenerate Go Bindings
* [LUCY-279] – Prepare for removal of Obj methods
* [LUCY-281] – Port host-specific Lucy code to Go/CGO
* [LUCY-282] – Refine and test Go bindings
* [LUCY-284] – Support multiple Go types as document
* [LUCY-285] – Run core tests under Go bindings
* [LUCY-289] – Check for incompatible Clownfish major version
下载地址:http://lucy.apache.org/download.html