# Springboot搜索 **Repository Path**: l294742496/springboot-search ## Basic Information - **Project Name**: Springboot搜索 - **Description**: SpringBoot实现搜索功能 - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2023-07-10 - **Last Updated**: 2023-12-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Springboot搜索 #### 介绍 SpringBoot实现搜索功能 #### 软件架构 软件架构说明 二、软件架构 软件架构说明 SpringBoot2.1 Solr7.5 thymeleaf webflux 项目分为两个应用,其中search已经集成tomcat、Solr已经集成jetty 三、部署教程 solr安装启动 进入 solr-7.5.0/bin目录 执行 solr start 说明:solr运行,依赖JDK8 solr控制台 http://localhost:8983/solr,如果可以顺利打开,说明solr启动成功。 solr停止 进入 solr-7.5.0/bin目录 执行 solr stop -p 8983 search项目启动 search项目为普通Springboot项目,下载后将源码导入到IDE,在SearchApplication右键--> Run ...即可。 四、Solr配置说明 Solr MySQL相关 进入 solr-7.5.0/server/solr/test_core/conf db-data-config.xml -> 需要索引的表配置 managed-schema -> 需要索引的字段配置 Solr MySQL 数据自动增量同步配置说明 进入 solr-7.5.0/server/solr/conf/ dataimport.properties -> 自动同步数据相关配置 Solr 文件检索配置 进入 solr-7.5.0/server/solr/file_core/conf tika-data-config.xml -> 索引文件目录及类型配置 managed-schema -> 需要索引的字段配置 五、search配置说明 配置文件 src/main/resources/application.properties 本配置文件目前只配置了三部分。 #### 安装教程 1. xxxx 2. xxxx 3. xxxx #### 使用说明 1. xxxx 2. xxxx 3. xxxx #### 参与贡献 1. Fork 本仓库 2. 新建 Feat_xxx 分支 3. 提交代码 4. 新建 Pull Request #### 特技 1. 使用 Readme\_XXX.md 来支持不同的语言,例如 Readme\_en.md, Readme\_zh.md 2. Gitee 官方博客 [blog.gitee.com](https://blog.gitee.com) 3. 你可以 [https://gitee.com/explore](https://gitee.com/explore) 这个地址来了解 Gitee 上的优秀开源项目 4. [GVP](https://gitee.com/gvp) 全称是 Gitee 最有价值开源项目,是综合评定出的优秀开源项目 5. Gitee 官方提供的使用手册 [https://gitee.com/help](https://gitee.com/help) 6. Gitee 封面人物是一档用来展示 Gitee 会员风采的栏目 [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/)