# search-framework **Repository Path**: wangwei123/search-framework ## Basic Information - **Project Name**: search-framework - **Description**: 这是 OSChina 网站的全文搜索框架源码 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 507 - **Created**: 2014-04-23 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 项目目的:OSChina 实现全文搜索的简单封装框架 License: Public Domain 包含内容: - 重建索引工具 -> IndexRebuilder.java - 增量构建索引工具 -> IndexUpdater.java - 全文搜索框架