File tree Expand file tree Collapse file tree 25 files changed +107
-109
lines changed
src/main/java/org/wltea/analyzer Expand file tree Collapse file tree 25 files changed +107
-109
lines changed Original file line number Diff line number Diff line change 44
55 <groupId >com.github.magese</groupId >
66 <artifactId >ik-analyzer</artifactId >
7- <version >7.7.1 </version >
7+ <version >8.0.0 </version >
88 <packaging >jar</packaging >
99
10- <name >ik-analyzer-solr7 </name >
10+ <name >ik-analyzer-solr </name >
1111 <url >http://code.google.com/p/ik-analyzer/</url >
12- <description >IK-Analyzer for solr7.7.1 </description >
12+ <description >IK-Analyzer for solr 7-8 </description >
1313
1414 <properties >
1515 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
16- <lucene .version>7.7.1 </lucene .version>
16+ <lucene .version>8.0.0 </lucene .version>
1717 <javac .src.version>1.8</javac .src.version>
1818 <javac .target.version>1.8</javac .target.version>
1919 <maven .compiler.plugin.version>3.3</maven .compiler.plugin.version>
5555 </licenses >
5656 <scm >
5757 <tag >master</tag >
58- <url >https://github.com/magese/ik-analyzer-solr7 </url >
59- <connection >scm:git:git@github.com:magese/ik-analyzer-solr7 .git</connection >
60- <developerConnection >scm:git:git@github.com:magese/ik-analyzer-solr7 .git</developerConnection >
58+ <url >https://github.com/magese/ik-analyzer-solr </url >
59+ <connection >scm:git:git@github.com:magese/ik-analyzer-solr .git</connection >
60+ <developerConnection >scm:git:git@github.com:magese/ik-analyzer-solr .git</developerConnection >
6161 </scm >
6262 <developers >
6363 <developer >
Original file line number Diff line number Diff line change 11/*
2- * IK 中文分词 版本 7.7.1
3- * IK Analyzer release 7.7.1
2+ * IK 中文分词 版本 8.0.0
3+ * IK Analyzer release 8.0.0
44 *
55 * Licensed to the Apache Software Foundation (ASF) under one or more
66 * contributor license agreements. See the NOTICE file distributed with
2121 * 版权声明 2012,乌龙茶工作室
2222 * provided by Linliangyi and copyright 2012 by Oolong studio
2323 *
24- * 7.7.1版本 由 Magese (magese@live.cn) 更新
25- * release 7.7.1 update by Magese(magese@live.cn)
24+ * 8.0.0版本 由 Magese (magese@live.cn) 更新
25+ * release 8.0.0 update by Magese(magese@live.cn)
2626 *
2727 */
2828package org .wltea .analyzer .cfg ;
Original file line number Diff line number Diff line change 11/*
2- * IK 中文分词 版本 7.7.1
3- * IK Analyzer release 7.7.1
2+ * IK 中文分词 版本 8.0.0
3+ * IK Analyzer release 8.0.0
44 *
55 * Licensed to the Apache Software Foundation (ASF) under one or more
66 * contributor license agreements. See the NOTICE file distributed with
2121 * 版权声明 2012,乌龙茶工作室
2222 * provided by Linliangyi and copyright 2012 by Oolong studio
2323 *
24- * 7.7.1版本 由 Magese (magese@live.cn) 更新
25- * release 7.7.1 update by Magese(magese@live.cn)
24+ * 8.0.0版本 由 Magese (magese@live.cn) 更新
25+ * release 8.0.0 update by Magese(magese@live.cn)
2626 *
2727 */
2828package org .wltea .analyzer .cfg ;
Original file line number Diff line number Diff line change 11/*
2- * IK 中文分词 版本 7.7.1
3- * IK Analyzer release 7.7.1
2+ * IK 中文分词 版本 8.0.0
3+ * IK Analyzer release 8.0.0
44 *
55 * Licensed to the Apache Software Foundation (ASF) under one or more
66 * contributor license agreements. See the NOTICE file distributed with
2121 * 版权声明 2012,乌龙茶工作室
2222 * provided by Linliangyi and copyright 2012 by Oolong studio
2323 *
24- * 7.7.1版本 由 Magese (magese@live.cn) 更新
25- * release 7.7.1 update by Magese(magese@live.cn)
24+ * 8.0.0版本 由 Magese (magese@live.cn) 更新
25+ * release 8.0.0 update by Magese(magese@live.cn)
2626 *
2727 */
2828package org .wltea .analyzer .core ;
Original file line number Diff line number Diff line change 11/*
2- * IK 中文分词 版本 7.7.1
3- * IK Analyzer release 7.7.1
2+ * IK 中文分词 版本 8.0.0
3+ * IK Analyzer release 8.0.0
44 *
55 * Licensed to the Apache Software Foundation (ASF) under one or more
66 * contributor license agreements. See the NOTICE file distributed with
2121 * 版权声明 2012,乌龙茶工作室
2222 * provided by Linliangyi and copyright 2012 by Oolong studio
2323 *
24- * 7.7.1版本 由 Magese (magese@live.cn) 更新
25- * release 7.7.1 update by Magese(magese@live.cn)
24+ * 8.0.0版本 由 Magese (magese@live.cn) 更新
25+ * release 8.0.0 update by Magese(magese@live.cn)
2626 *
2727 */
2828package org .wltea .analyzer .core ;
Original file line number Diff line number Diff line change 11/*
2- * IK 中文分词 版本 7.7.1
3- * IK Analyzer release 7.7.1
2+ * IK 中文分词 版本 8.0.0
3+ * IK Analyzer release 8.0.0
44 *
55 * Licensed to the Apache Software Foundation (ASF) under one or more
66 * contributor license agreements. See the NOTICE file distributed with
2121 * 版权声明 2012,乌龙茶工作室
2222 * provided by Linliangyi and copyright 2012 by Oolong studio
2323 *
24- * 7.7.1版本 由 Magese (magese@live.cn) 更新
25- * release 7.7.1 update by Magese(magese@live.cn)
24+ * 8.0.0版本 由 Magese (magese@live.cn) 更新
25+ * release 8.0.0 update by Magese(magese@live.cn)
2626 *
2727 */
2828package org .wltea .analyzer .core ;
Original file line number Diff line number Diff line change 11/*
2- * IK 中文分词 版本 7.7.1
3- * IK Analyzer release 7.7.1
2+ * IK 中文分词 版本 8.0.0
3+ * IK Analyzer release 8.0.0
44 *
55 * Licensed to the Apache Software Foundation (ASF) under one or more
66 * contributor license agreements. See the NOTICE file distributed with
2121 * 版权声明 2012,乌龙茶工作室
2222 * provided by Linliangyi and copyright 2012 by Oolong studio
2323 *
24- * 7.7.1版本 由 Magese (magese@live.cn) 更新
25- * release 7.7.1 update by Magese(magese@live.cn)
24+ * 8.0.0版本 由 Magese (magese@live.cn) 更新
25+ * release 8.0.0 update by Magese(magese@live.cn)
2626 *
2727 */
2828package org .wltea .analyzer .core ;
Original file line number Diff line number Diff line change 11/*
2- * IK 中文分词 版本 7.7.1
3- * IK Analyzer release 7.7.1
2+ * IK 中文分词 版本 8.0.0
3+ * IK Analyzer release 8.0.0
44 *
55 * Licensed to the Apache Software Foundation (ASF) under one or more
66 * contributor license agreements. See the NOTICE file distributed with
2121 * 版权声明 2012,乌龙茶工作室
2222 * provided by Linliangyi and copyright 2012 by Oolong studio
2323 *
24- * 7.7.1版本 由 Magese (magese@live.cn) 更新
25- * release 7.7.1 update by Magese(magese@live.cn)
24+ * 8.0.0版本 由 Magese (magese@live.cn) 更新
25+ * release 8.0.0 update by Magese(magese@live.cn)
2626 *
2727 */
2828package org .wltea .analyzer .core ;
Original file line number Diff line number Diff line change 11/*
2- * IK 中文分词 版本 7.7.1
3- * IK Analyzer release 7.7.1
2+ * IK 中文分词 版本 8.0.0
3+ * IK Analyzer release 8.0.0
44 *
55 * Licensed to the Apache Software Foundation (ASF) under one or more
66 * contributor license agreements. See the NOTICE file distributed with
2121 * 版权声明 2012,乌龙茶工作室
2222 * provided by Linliangyi and copyright 2012 by Oolong studio
2323 *
24- * 7.7.1版本 由 Magese (magese@live.cn) 更新
25- * release 7.7.1 update by Magese(magese@live.cn)
24+ * 8.0.0版本 由 Magese (magese@live.cn) 更新
25+ * release 8.0.0 update by Magese(magese@live.cn)
2626 *
2727 */
2828package org .wltea .analyzer .core ;
Original file line number Diff line number Diff line change 11/*
2- * IK 中文分词 版本 7.7.1
3- * IK Analyzer release 7.7.1
2+ * IK 中文分词 版本 8.0.0
3+ * IK Analyzer release 8.0.0
44 *
55 * Licensed to the Apache Software Foundation (ASF) under one or more
66 * contributor license agreements. See the NOTICE file distributed with
2121 * 版权声明 2012,乌龙茶工作室
2222 * provided by Linliangyi and copyright 2012 by Oolong studio
2323 *
24- * 7.7.1版本 由 Magese (magese@live.cn) 更新
25- * release 7.7.1 update by Magese(magese@live.cn)
24+ * 8.0.0版本 由 Magese (magese@live.cn) 更新
25+ * release 8.0.0 update by Magese(magese@live.cn)
2626 *
2727 */
2828package org .wltea .analyzer .core ;
You can’t perform that action at this time.
0 commit comments