Skip to content

Commit

Permalink
Update lucene to 8.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
magese committed May 27, 2019
1 parent 48a0234 commit fd35153
Show file tree
Hide file tree
Showing 25 changed files with 98 additions and 98 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.github.magese</groupId>
<artifactId>ik-analyzer</artifactId>
<version>8.0.0</version>
<version>8.1.0</version>
<packaging>jar</packaging>

<name>ik-analyzer-solr</name>
Expand All @@ -13,7 +13,7 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<lucene.version>8.0.0</lucene.version>
<lucene.version>8.1.0</lucene.version>
<javac.src.version>1.8</javac.src.version>
<javac.target.version>1.8</javac.target.version>
<maven.compiler.plugin.version>3.3</maven.compiler.plugin.version>
Expand Down
8 changes: 4 additions & 4 deletions src/main/java/org/wltea/analyzer/cfg/Configuration.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* IK 中文分词 版本 8.0.0
* IK Analyzer release 8.0.0
* IK 中文分词 版本 8.1.0
* IK Analyzer release 8.1.0
*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
Expand All @@ -21,8 +21,8 @@
* 版权声明 2012,乌龙茶工作室
* provided by Linliangyi and copyright 2012 by Oolong studio
*
* 8.0.0版本 由 Magese ([email protected]) 更新
* release 8.0.0 update by Magese([email protected])
* 8.1.0版本 由 Magese ([email protected]) 更新
* release 8.1.0 update by Magese([email protected])
*
*/
package org.wltea.analyzer.cfg;
Expand Down
8 changes: 4 additions & 4 deletions src/main/java/org/wltea/analyzer/cfg/DefaultConfig.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* IK 中文分词 版本 8.0.0
* IK Analyzer release 8.0.0
* IK 中文分词 版本 8.1.0
* IK Analyzer release 8.1.0
*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
Expand All @@ -21,8 +21,8 @@
* 版权声明 2012,乌龙茶工作室
* provided by Linliangyi and copyright 2012 by Oolong studio
*
* 8.0.0版本 由 Magese ([email protected]) 更新
* release 8.0.0 update by Magese([email protected])
* 8.1.0版本 由 Magese ([email protected]) 更新
* release 8.1.0 update by Magese([email protected])
*
*/
package org.wltea.analyzer.cfg;
Expand Down
8 changes: 4 additions & 4 deletions src/main/java/org/wltea/analyzer/core/AnalyzeContext.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* IK 中文分词 版本 8.0.0
* IK Analyzer release 8.0.0
* IK 中文分词 版本 8.1.0
* IK Analyzer release 8.1.0
*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
Expand All @@ -21,8 +21,8 @@
* 版权声明 2012,乌龙茶工作室
* provided by Linliangyi and copyright 2012 by Oolong studio
*
* 8.0.0版本 由 Magese ([email protected]) 更新
* release 8.0.0 update by Magese([email protected])
* 8.1.0版本 由 Magese ([email protected]) 更新
* release 8.1.0 update by Magese([email protected])
*
*/
package org.wltea.analyzer.core;
Expand Down
8 changes: 4 additions & 4 deletions src/main/java/org/wltea/analyzer/core/CJKSegmenter.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* IK 中文分词 版本 8.0.0
* IK Analyzer release 8.0.0
* IK 中文分词 版本 8.1.0
* IK Analyzer release 8.1.0
*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
Expand All @@ -21,8 +21,8 @@
* 版权声明 2012,乌龙茶工作室
* provided by Linliangyi and copyright 2012 by Oolong studio
*
* 8.0.0版本 由 Magese ([email protected]) 更新
* release 8.0.0 update by Magese([email protected])
* 8.1.0版本 由 Magese ([email protected]) 更新
* release 8.1.0 update by Magese([email protected])
*
*/
package org.wltea.analyzer.core;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* IK 中文分词 版本 8.0.0
* IK Analyzer release 8.0.0
* IK 中文分词 版本 8.1.0
* IK Analyzer release 8.1.0
*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
Expand All @@ -21,8 +21,8 @@
* 版权声明 2012,乌龙茶工作室
* provided by Linliangyi and copyright 2012 by Oolong studio
*
* 8.0.0版本 由 Magese ([email protected]) 更新
* release 8.0.0 update by Magese([email protected])
* 8.1.0版本 由 Magese ([email protected]) 更新
* release 8.1.0 update by Magese([email protected])
*
*/
package org.wltea.analyzer.core;
Expand Down
8 changes: 4 additions & 4 deletions src/main/java/org/wltea/analyzer/core/CharacterUtil.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* IK 中文分词 版本 8.0.0
* IK Analyzer release 8.0.0
* IK 中文分词 版本 8.1.0
* IK Analyzer release 8.1.0
*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
Expand All @@ -21,8 +21,8 @@
* 版权声明 2012,乌龙茶工作室
* provided by Linliangyi and copyright 2012 by Oolong studio
*
* 8.0.0版本 由 Magese ([email protected]) 更新
* release 8.0.0 update by Magese([email protected])
* 8.1.0版本 由 Magese ([email protected]) 更新
* release 8.1.0 update by Magese([email protected])
*
*/
package org.wltea.analyzer.core;
Expand Down
8 changes: 4 additions & 4 deletions src/main/java/org/wltea/analyzer/core/IKArbitrator.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* IK 中文分词 版本 8.0.0
* IK Analyzer release 8.0.0
* IK 中文分词 版本 8.1.0
* IK Analyzer release 8.1.0
*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
Expand All @@ -21,8 +21,8 @@
* 版权声明 2012,乌龙茶工作室
* provided by Linliangyi and copyright 2012 by Oolong studio
*
* 8.0.0版本 由 Magese ([email protected]) 更新
* release 8.0.0 update by Magese([email protected])
* 8.1.0版本 由 Magese ([email protected]) 更新
* release 8.1.0 update by Magese([email protected])
*
*/
package org.wltea.analyzer.core;
Expand Down
8 changes: 4 additions & 4 deletions src/main/java/org/wltea/analyzer/core/IKSegmenter.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* IK 中文分词 版本 8.0.0
* IK Analyzer release 8.0.0
* IK 中文分词 版本 8.1.0
* IK Analyzer release 8.1.0
*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
Expand All @@ -21,8 +21,8 @@
* 版权声明 2012,乌龙茶工作室
* provided by Linliangyi and copyright 2012 by Oolong studio
*
* 8.0.0版本 由 Magese ([email protected]) 更新
* release 8.0.0 update by Magese([email protected])
* 8.1.0版本 由 Magese ([email protected]) 更新
* release 8.1.0 update by Magese([email protected])
*
*/
package org.wltea.analyzer.core;
Expand Down
8 changes: 4 additions & 4 deletions src/main/java/org/wltea/analyzer/core/ISegmenter.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* IK 中文分词 版本 8.0.0
* IK Analyzer release 8.0.0
* IK 中文分词 版本 8.1.0
* IK Analyzer release 8.1.0
*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
Expand All @@ -21,8 +21,8 @@
* 版权声明 2012,乌龙茶工作室
* provided by Linliangyi and copyright 2012 by Oolong studio
*
* 8.0.0版本 由 Magese ([email protected]) 更新
* release 8.0.0 update by Magese([email protected])
* 8.1.0版本 由 Magese ([email protected]) 更新
* release 8.1.0 update by Magese([email protected])
*
*/
package org.wltea.analyzer.core;
Expand Down
8 changes: 4 additions & 4 deletions src/main/java/org/wltea/analyzer/core/LetterSegmenter.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* IK 中文分词 版本 8.0.0
* IK Analyzer release 8.0.0
* IK 中文分词 版本 8.1.0
* IK Analyzer release 8.1.0
*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
Expand All @@ -21,8 +21,8 @@
* 版权声明 2012,乌龙茶工作室
* provided by Linliangyi and copyright 2012 by Oolong studio
*
* 8.0.0版本 由 Magese ([email protected]) 更新
* release 8.0.0 update by Magese([email protected])
* 8.1.0版本 由 Magese ([email protected]) 更新
* release 8.1.0 update by Magese([email protected])
*
*/
package org.wltea.analyzer.core;
Expand Down
8 changes: 4 additions & 4 deletions src/main/java/org/wltea/analyzer/core/Lexeme.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* IK 中文分词 版本 8.0.0
* IK Analyzer release 8.0.0
* IK 中文分词 版本 8.1.0
* IK Analyzer release 8.1.0
*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
Expand All @@ -21,8 +21,8 @@
* 版权声明 2012,乌龙茶工作室
* provided by Linliangyi and copyright 2012 by Oolong studio
*
* 8.0.0版本 由 Magese ([email protected]) 更新
* release 8.0.0 update by Magese([email protected])
* 8.1.0版本 由 Magese ([email protected]) 更新
* release 8.1.0 update by Magese([email protected])
*
*/
package org.wltea.analyzer.core;
Expand Down
8 changes: 4 additions & 4 deletions src/main/java/org/wltea/analyzer/core/LexemePath.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* IK 中文分词 版本 8.0.0
* IK Analyzer release 8.0.0
* IK 中文分词 版本 8.1.0
* IK Analyzer release 8.1.0
*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
Expand All @@ -21,8 +21,8 @@
* 版权声明 2012,乌龙茶工作室
* provided by Linliangyi and copyright 2012 by Oolong studio
*
* 8.0.0版本 由 Magese ([email protected]) 更新
* release 8.0.0 update by Magese([email protected])
* 8.1.0版本 由 Magese ([email protected]) 更新
* release 8.1.0 update by Magese([email protected])
*
*/
package org.wltea.analyzer.core;
Expand Down
8 changes: 4 additions & 4 deletions src/main/java/org/wltea/analyzer/core/QuickSortSet.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* IK 中文分词 版本 8.0.0
* IK Analyzer release 8.0.0
* IK 中文分词 版本 8.1.0
* IK Analyzer release 8.1.0
*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
Expand All @@ -21,8 +21,8 @@
* 版权声明 2012,乌龙茶工作室
* provided by Linliangyi and copyright 2012 by Oolong studio
*
* 8.0.0版本 由 Magese ([email protected]) 更新
* release 8.0.0 update by Magese([email protected])
* 8.1.0版本 由 Magese ([email protected]) 更新
* release 8.1.0 update by Magese([email protected])
*
*/
package org.wltea.analyzer.core;
Expand Down
8 changes: 4 additions & 4 deletions src/main/java/org/wltea/analyzer/dic/DictSegment.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* IK 中文分词 版本 8.0.0
* IK Analyzer release 8.0.0
* IK 中文分词 版本 8.1.0
* IK Analyzer release 8.1.0
*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
Expand All @@ -21,8 +21,8 @@
* 版权声明 2012,乌龙茶工作室
* provided by Linliangyi and copyright 2012 by Oolong studio
*
* 8.0.0版本 由 Magese ([email protected]) 更新
* release 8.0.0 update by Magese([email protected])
* 8.1.0版本 由 Magese ([email protected]) 更新
* release 8.1.0 update by Magese([email protected])
*
*/
package org.wltea.analyzer.dic;
Expand Down
8 changes: 4 additions & 4 deletions src/main/java/org/wltea/analyzer/dic/Dictionary.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* IK 中文分词 版本 8.0.0
* IK Analyzer release 8.0.0
* IK 中文分词 版本 8.1.0
* IK Analyzer release 8.1.0
*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
Expand All @@ -21,8 +21,8 @@
* 版权声明 2012,乌龙茶工作室
* provided by Linliangyi and copyright 2012 by Oolong studio
*
* 8.0.0版本 由 Magese ([email protected]) 更新
* release 8.0.0 update by Magese([email protected])
* 8.1.0版本 由 Magese ([email protected]) 更新
* release 8.1.0 update by Magese([email protected])
*
*/
package org.wltea.analyzer.dic;
Expand Down
8 changes: 4 additions & 4 deletions src/main/java/org/wltea/analyzer/dic/Hit.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* IK 中文分词 版本 8.0.0
* IK Analyzer release 8.0.0
* IK 中文分词 版本 8.1.0
* IK Analyzer release 8.1.0
*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
Expand All @@ -21,8 +21,8 @@
* 版权声明 2012,乌龙茶工作室
* provided by Linliangyi and copyright 2012 by Oolong studio
*
* 8.0.0版本 由 Magese ([email protected]) 更新
* release 8.0.0 update by Magese([email protected])
* 8.1.0版本 由 Magese ([email protected]) 更新
* release 8.1.0 update by Magese([email protected])
*
*/
package org.wltea.analyzer.dic;
Expand Down
8 changes: 4 additions & 4 deletions src/main/java/org/wltea/analyzer/lucene/IKAnalyzer.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* IK 中文分词 版本 8.0.0
* IK Analyzer release 8.0.0
* IK 中文分词 版本 8.1.0
* IK Analyzer release 8.1.0
*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
Expand All @@ -21,8 +21,8 @@
* 版权声明 2012,乌龙茶工作室
* provided by Linliangyi and copyright 2012 by Oolong studio
*
* 8.0.0版本 由 Magese ([email protected]) 更新
* release 8.0.0 update by Magese([email protected])
* 8.1.0版本 由 Magese ([email protected]) 更新
* release 8.1.0 update by Magese([email protected])
*
*/
package org.wltea.analyzer.lucene;
Expand Down
8 changes: 4 additions & 4 deletions src/main/java/org/wltea/analyzer/lucene/IKTokenizer.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* IK 中文分词 版本 8.0.0
* IK Analyzer release 8.0.0
* IK 中文分词 版本 8.1.0
* IK Analyzer release 8.1.0
*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
Expand All @@ -21,8 +21,8 @@
* 版权声明 2012,乌龙茶工作室
* provided by Linliangyi and copyright 2012 by Oolong studio
*
* 8.0.0版本 由 Magese ([email protected]) 更新
* release 8.0.0 update by Magese([email protected])
* 8.1.0版本 由 Magese ([email protected]) 更新
* release 8.1.0 update by Magese([email protected])
*
*/
package org.wltea.analyzer.lucene;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* IK 中文分词 版本 8.0.0
* IK Analyzer release 8.0.0
* IK 中文分词 版本 8.1.0
* IK Analyzer release 8.1.0
*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
Expand All @@ -21,8 +21,8 @@
* 版权声明 2012,乌龙茶工作室
* provided by Linliangyi and copyright 2012 by Oolong studio
*
* 8.0.0版本 由 Magese ([email protected]) 更新
* release 8.0.0 update by Magese([email protected])
* 8.1.0版本 由 Magese ([email protected]) 更新
* release 8.1.0 update by Magese([email protected])
*
*/
package org.wltea.analyzer.lucene;
Expand Down
Loading

0 comments on commit fd35153

Please sign in to comment.