# Solr_search **Repository Path**: Dive/Solr_search ## Basic Information - **Project Name**: Solr_search - **Description**: 一个用Solr做企业应用内的搜索引擎的Springboot项目demo,已集成Swagger,启动程序后,通过接口形式查看搜索结果,适合在SpringCloud项目做为单独的搜索服务模块 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2018-07-25 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## jesper_search介绍   一个用Solr做企业应用内的搜索引擎的Springboot项目demo,已集成Swagger,启动程序后,访问http://localhost:8080/swagger-ui.html#/ ,通过接口形式查看搜索结果,适合在SpringCloud项目做为单独的搜索服务模块 ## 功能实现 - [x] 中文分词 - [x] 模糊搜索 - [x] 同义词搜索 - [x] 定时全量索引 - [x] 实时增量索引 - [x] 权重排序 - [x] 范围搜索 - [ ] 推荐算法