Java的索引-搜索引擎 IndexTank

IndexTank, 一套基于Java的索引-实时全文搜索引擎实现,Includes features like variables (boosts), categories (facets), faceted search, snippeting, custom scoring functions, suggest, and autocomplete。IndexTank的设计分离了相关性标记和文档内容,因为相关性标记的生命周期和文档本身是不一样的,特别是在用户创建的内 容的情况下,例如 分享次数,Like按钮,+1按钮等等。

linkedin / indextank-engine

你可能感兴趣的:(java,搜索引擎,IndexTank)