https://github.com/shibing624/phrase-search
短语搜索,支持公司名称、地址名称等短语的搜索,支持自定义排序、拼音处理,内置jetty提供web接口。java编写。
https://github.com/shibing624/phrase-search
Last synced: 6 months ago
JSON representation
短语搜索,支持公司名称、地址名称等短语的搜索,支持自定义排序、拼音处理,内置jetty提供web接口。java编写。
- Host: GitHub
- URL: https://github.com/shibing624/phrase-search
- Owner: shibing624
- License: apache-2.0
- Created: 2017-06-15T08:03:27.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2021-12-11T15:04:00.000Z (almost 4 years ago)
- Last Synced: 2025-02-08T11:15:37.677Z (8 months ago)
- Language: Java
- Size: 1010 KB
- Stars: 1
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# phrase-search
短语搜索,支持公司名称、地址名称等短语的搜索,支持自定义排序、拼音处理,内置jetty提供web接口。java编写。## 使用方法
1. git clone https://github.com/shibing624/phrase-search.git
2. cd phrase-searchunix类操作系统执行:
chmod +x startup.sh & ./startup.sh
windows类操作系统执行(双击):
startup.bat
3. 打开浏览器访问: http://localhost:8080/index.jsp
4. JSON格式的API接口: http://localhost:8080/search-api.jsp?kw=%E6%B7%B1%E5%9C%B3%E8%85%BE%E8%AE%AF&topN=10&highlight=true