TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Inaugural release of Apache Lucy, Version 0.1.0

61 点作者 mthomas将近 14 年前

7 条评论

endgame将近 14 年前
When announcing things with cute names, can people please put a short description in the link?<p>For everyone else: Lucy's apparently a full-text search library written in C targeting dynamic languages, with Perl bindings to start with.
chuhnk将近 14 年前
The announcement says: Lucy is a "loose C" port of Apache Lucene, a search engine library for Java -- it is similar in purpose to Lucene, but designed to take advantage of C's unique capabilities.<p>I'm wondering what these unique capabilities are. Speed? Smaller memory footprint? And I wonder what the reason is behind doing this. I'm all for C project but very curious as to why when Lucene was very well done.
评论 #2619438 未加载
评论 #2618359 未加载
ojosilva将近 14 年前
Here's the Perl binding library in CPAN, in its simplest form: <a href="http://search.cpan.org/perldoc?Lucy::Simple" rel="nofollow">http://search.cpan.org/perldoc?Lucy::Simple</a><p>The synopsis is quite elucidative. Just cpanm installed it and in 10 minutes had a program that indexes and searches a collection of files with highlighting. Looks promising!
z92将近 14 年前
How much better is it compared to CLucene? CLucene got stuck at 1.9 and now shows very little activity, while Java Lucene is rolling towards version 4. But still CLucene was as less memory hog and faster than Java Lucene at it's active time. They claim it was 2.5 times faster.<p>If Lucy can deliver the latest progresses in Java Lucene as a usable C library, that should be a very good news for me. Lucene still is the best choice for large data indexing and searching solutions.
评论 #2619404 未加载
rbrown46将近 14 年前
I tried to get into Lucene (using SOLR) recently but was put off by it's complexity for what was, in my case, a simple use case (searching through a large document set of html, txt, and doc files quickly using proximity search).<p>After futzing for hours with XSLT and writing scripts to submit content via the REST API, I found out about FTS4 in SQLite, and was impressed by it's relative simplicity. I had something working in under an hour in Python.
评论 #2618820 未加载
评论 #2618615 未加载
评论 #2619081 未加载
toisanji将近 14 年前
Why would apache incubate a competing product like this? And what exactly are the unique capabilities that this project can take advantage of? Lucene is already extremely easy to interface to since its just a rest interface.
评论 #2619142 未加载
powertower将近 14 年前
clicky <a href="http://incubator.apache.org/lucy/" rel="nofollow">http://incubator.apache.org/lucy/</a>