# search-framework **Repository Path**: oschina/search-framework ## Basic Information - **Project Name**: search-framework - **Description**: 这是 OSChina 网站的全文搜索框架源码 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 926 - **Forks**: 507 - **Created**: 2013-04-01 - **Last Updated**: 2025-05-30 ## Categories & Tags **Categories**: search-engine **Tags**: None ## README 项目目的:OSChina 实现全文搜索的简单封装框架 License: Public Domain 包含内容: - 重建索引工具 -> IndexRebuilder.java - 增量构建索引工具 -> IndexUpdater.java - 全文搜索框架 ### 构建方式 ./gradlew build 生成的jar包放在./search-framework/build/libs