# jieba-solr
**Repository Path**: holmos/jieba-solr
## Basic Information
- **Project Name**: jieba-solr
- **Description**: adapters for solr: jieba, fudan nlp, stanford nlp
- **Primary Language**: Unknown
- **License**: Apache-2.0
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 1
- **Forks**: 0
- **Created**: 2015-01-20
- **Last Updated**: 2020-12-19
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
jieba-solr
==========
jieba-analysis adapter for solr
###Require
Lucene 4.9.0
###DEMO
####结巴分词
```xml
```
####斯坦福中文分词
```xml
```
####复旦中文分词
```xml
```
###Thanks
[结巴分词](https://github.com/fxsjy/jieba) 非常给力,感谢@fxsjy 给我们带来了如此给力的工具。