# search-framework **Repository Path**: migrant/search-framework ## Basic Information - **Project Name**: search-framework - **Description**: No description available - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2016-12-03 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 项目目的:OSChina 实现全文搜索的简单封装框架 License: Public Domain 包含内容: - 重建索引工具 -> IndexRebuilder.java - 增量构建索引工具 -> IndexUpdater.java - 全文搜索框架 ### 构建方式 ./gradlew build 生成的jar包放在./search-framework/build/libs