没有任何数据可供显示
开源项目社区 | 当前位置 : |
|
www.trustie.net/open_source_projects | 主页 > 开源项目社区 > lightweight-search |
lightweight-search
|
0 | 0 | 21 |
贡献者 | 讨论 | 代码提交 |
概述
DEPRECATED
NOTE: This project is deprecated. It is replaced by ExpressSearch framework which is a sub-project of Express-Me. You can find the latest new version at:
http://code.google.com/p/express-me/wiki/ExpressSearch
A very light weight search library based on lucene 2.2 and using java 5 generic.
It is a very simple OSEM (Object Search Engine Mapping) and let user simplely get beans searched:
List list = Searcher.search(Class, String q, Page page);
Searcher is highly optimized which use only 1 IndexModifier for index and unindex, 1 IndexSearcher for search, and it is thread-safe. It avoids frequent open-and-close operation on IndexSearcher and IndexModifier which greately improves IO performance.
创建时间:2014-05-12 00:06