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