diff --git a/README.md b/README.md
index 600059b..31ffe0d 100644
--- a/README.md
+++ b/README.md
@@ -36,7 +36,7 @@ ik-analyzer for solr 7.x-8.x
## 使用说明
-* jar包下载地址:[![GitHub version](https://img.shields.io/badge/version-8.4.0-519dd9.svg)](https://search.maven.org/remotecontent?filepath=com/github/magese/ik-analyzer/8.4.0/ik-analyzer-8.4.0.jar)
+* jar包下载地址:[![GitHub version](https://img.shields.io/badge/version-8.5.0-519dd9.svg)](https://search.maven.org/remotecontent?filepath=com/github/magese/ik-analyzer/8.5.0/ik-analyzer-8.5.0.jar)
* 历史版本:[![GitHub version](https://img.shields.io/maven-central/v/com.github.magese/ik-analyzer.svg?style=flat-square)](https://search.maven.org/search?q=g:com.github.magese%20AND%20a:ik-analyzer&core=gav)
```xml
@@ -44,7 +44,7 @@ ik-analyzer for solr 7.x-8.x
com.github.magese
ik-analyzer
- 8.4.0
+ 8.5.0
```
@@ -106,7 +106,7 @@ ik-analyzer for solr 7.x-8.x
## 更新说明
-- **2021-05-26:** 小红牛逼
+- **2021-12-23:** 升级lucene版本为`8.5.0`
- **2021-03-22:** 升级lucene版本为`8.4.0`
- **2020-12-30:**
- 升级lucene版本为`8.3.1`
diff --git a/pom.xml b/pom.xml
index 1c34182..7ee6a1b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
com.github.magese
ik-analyzer
- 8.4.0
+ 8.5.0
jar
ik-analyzer-solr
@@ -13,7 +13,7 @@
UTF-8
- 8.4.0
+ 8.5.0
1.8
1.8
3.3
diff --git a/src/main/java/org/wltea/analyzer/cfg/Configuration.java b/src/main/java/org/wltea/analyzer/cfg/Configuration.java
index bae6c0d..45e81aa 100644
--- a/src/main/java/org/wltea/analyzer/cfg/Configuration.java
+++ b/src/main/java/org/wltea/analyzer/cfg/Configuration.java
@@ -1,6 +1,6 @@
/*
- * IK 中文分词 版本 8.4.0
- * IK Analyzer release 8.4.0
+ * IK 中文分词 版本 8.5.0
+ * IK Analyzer release 8.5.0
*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
@@ -21,8 +21,8 @@
* 版权声明 2012,乌龙茶工作室
* provided by Linliangyi and copyright 2012 by Oolong studio
*
- * 8.4.0版本 由 Magese (magese@live.cn) 更新
- * release 8.4.0 update by Magese(magese@live.cn)
+ * 8.5.0版本 由 Magese (magese@live.cn) 更新
+ * release 8.5.0 update by Magese(magese@live.cn)
*
*/
package org.wltea.analyzer.cfg;
diff --git a/src/main/java/org/wltea/analyzer/cfg/DefaultConfig.java b/src/main/java/org/wltea/analyzer/cfg/DefaultConfig.java
index e0edd90..c66a686 100644
--- a/src/main/java/org/wltea/analyzer/cfg/DefaultConfig.java
+++ b/src/main/java/org/wltea/analyzer/cfg/DefaultConfig.java
@@ -1,6 +1,6 @@
/*
- * IK 中文分词 版本 8.4.0
- * IK Analyzer release 8.4.0
+ * IK 中文分词 版本 8.5.0
+ * IK Analyzer release 8.5.0
*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
@@ -21,8 +21,8 @@
* 版权声明 2012,乌龙茶工作室
* provided by Linliangyi and copyright 2012 by Oolong studio
*
- * 8.4.0版本 由 Magese (magese@live.cn) 更新
- * release 8.4.0 update by Magese(magese@live.cn)
+ * 8.5.0版本 由 Magese (magese@live.cn) 更新
+ * release 8.5.0 update by Magese(magese@live.cn)
*
*/
package org.wltea.analyzer.cfg;
diff --git a/src/main/java/org/wltea/analyzer/core/AnalyzeContext.java b/src/main/java/org/wltea/analyzer/core/AnalyzeContext.java
index 167e27a..ca0e34d 100644
--- a/src/main/java/org/wltea/analyzer/core/AnalyzeContext.java
+++ b/src/main/java/org/wltea/analyzer/core/AnalyzeContext.java
@@ -1,6 +1,6 @@
/*
- * IK 中文分词 版本 8.4.0
- * IK Analyzer release 8.4.0
+ * IK 中文分词 版本 8.5.0
+ * IK Analyzer release 8.5.0
*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
@@ -21,8 +21,8 @@
* 版权声明 2012,乌龙茶工作室
* provided by Linliangyi and copyright 2012 by Oolong studio
*
- * 8.4.0版本 由 Magese (magese@live.cn) 更新
- * release 8.4.0 update by Magese(magese@live.cn)
+ * 8.5.0版本 由 Magese (magese@live.cn) 更新
+ * release 8.5.0 update by Magese(magese@live.cn)
*
*/
package org.wltea.analyzer.core;
diff --git a/src/main/java/org/wltea/analyzer/core/CJKSegmenter.java b/src/main/java/org/wltea/analyzer/core/CJKSegmenter.java
index 7ef6fbd..5fd8e74 100644
--- a/src/main/java/org/wltea/analyzer/core/CJKSegmenter.java
+++ b/src/main/java/org/wltea/analyzer/core/CJKSegmenter.java
@@ -1,6 +1,6 @@
/*
- * IK 中文分词 版本 8.4.0
- * IK Analyzer release 8.4.0
+ * IK 中文分词 版本 8.5.0
+ * IK Analyzer release 8.5.0
*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
@@ -21,8 +21,8 @@
* 版权声明 2012,乌龙茶工作室
* provided by Linliangyi and copyright 2012 by Oolong studio
*
- * 8.4.0版本 由 Magese (magese@live.cn) 更新
- * release 8.4.0 update by Magese(magese@live.cn)
+ * 8.5.0版本 由 Magese (magese@live.cn) 更新
+ * release 8.5.0 update by Magese(magese@live.cn)
*
*/
package org.wltea.analyzer.core;
diff --git a/src/main/java/org/wltea/analyzer/core/CN_QuantifierSegmenter.java b/src/main/java/org/wltea/analyzer/core/CN_QuantifierSegmenter.java
index 7677acb..111076b 100644
--- a/src/main/java/org/wltea/analyzer/core/CN_QuantifierSegmenter.java
+++ b/src/main/java/org/wltea/analyzer/core/CN_QuantifierSegmenter.java
@@ -1,6 +1,6 @@
/*
- * IK 中文分词 版本 8.4.0
- * IK Analyzer release 8.4.0
+ * IK 中文分词 版本 8.5.0
+ * IK Analyzer release 8.5.0
*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
@@ -21,8 +21,8 @@
* 版权声明 2012,乌龙茶工作室
* provided by Linliangyi and copyright 2012 by Oolong studio
*
- * 8.4.0版本 由 Magese (magese@live.cn) 更新
- * release 8.4.0 update by Magese(magese@live.cn)
+ * 8.5.0版本 由 Magese (magese@live.cn) 更新
+ * release 8.5.0 update by Magese(magese@live.cn)
*
*/
package org.wltea.analyzer.core;
diff --git a/src/main/java/org/wltea/analyzer/core/CharacterUtil.java b/src/main/java/org/wltea/analyzer/core/CharacterUtil.java
index 5521d84..f7d157e 100644
--- a/src/main/java/org/wltea/analyzer/core/CharacterUtil.java
+++ b/src/main/java/org/wltea/analyzer/core/CharacterUtil.java
@@ -1,6 +1,6 @@
/*
- * IK 中文分词 版本 8.4.0
- * IK Analyzer release 8.4.0
+ * IK 中文分词 版本 8.5.0
+ * IK Analyzer release 8.5.0
*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
@@ -21,8 +21,8 @@
* 版权声明 2012,乌龙茶工作室
* provided by Linliangyi and copyright 2012 by Oolong studio
*
- * 8.4.0版本 由 Magese (magese@live.cn) 更新
- * release 8.4.0 update by Magese(magese@live.cn)
+ * 8.5.0版本 由 Magese (magese@live.cn) 更新
+ * release 8.5.0 update by Magese(magese@live.cn)
*
*/
package org.wltea.analyzer.core;
diff --git a/src/main/java/org/wltea/analyzer/core/IKArbitrator.java b/src/main/java/org/wltea/analyzer/core/IKArbitrator.java
index efc7b2c..999b17e 100644
--- a/src/main/java/org/wltea/analyzer/core/IKArbitrator.java
+++ b/src/main/java/org/wltea/analyzer/core/IKArbitrator.java
@@ -1,6 +1,6 @@
/*
- * IK 中文分词 版本 8.4.0
- * IK Analyzer release 8.4.0
+ * IK 中文分词 版本 8.5.0
+ * IK Analyzer release 8.5.0
*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
@@ -21,8 +21,8 @@
* 版权声明 2012,乌龙茶工作室
* provided by Linliangyi and copyright 2012 by Oolong studio
*
- * 8.4.0版本 由 Magese (magese@live.cn) 更新
- * release 8.4.0 update by Magese(magese@live.cn)
+ * 8.5.0版本 由 Magese (magese@live.cn) 更新
+ * release 8.5.0 update by Magese(magese@live.cn)
*
*/
package org.wltea.analyzer.core;
diff --git a/src/main/java/org/wltea/analyzer/core/IKSegmenter.java b/src/main/java/org/wltea/analyzer/core/IKSegmenter.java
index 598ff19..faf9083 100644
--- a/src/main/java/org/wltea/analyzer/core/IKSegmenter.java
+++ b/src/main/java/org/wltea/analyzer/core/IKSegmenter.java
@@ -1,6 +1,6 @@
/*
- * IK 中文分词 版本 8.4.0
- * IK Analyzer release 8.4.0
+ * IK 中文分词 版本 8.5.0
+ * IK Analyzer release 8.5.0
*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
@@ -21,7 +21,7 @@
* 版权声明 2012,乌龙茶工作室
* provided by Linliangyi and copyright 2012 by Oolong studio
*
- * 8.4.0版本 由 Magese (magese@live.cn) 更新
+ * 8.5.0版本 由 Magese (magese@live.cn) 更新
* release 8.3.1 update by Magese(magese@live.cn)
*
*/
diff --git a/src/main/java/org/wltea/analyzer/core/ISegmenter.java b/src/main/java/org/wltea/analyzer/core/ISegmenter.java
index 05f05c2..7a3e281 100644
--- a/src/main/java/org/wltea/analyzer/core/ISegmenter.java
+++ b/src/main/java/org/wltea/analyzer/core/ISegmenter.java
@@ -1,6 +1,6 @@
/*
- * IK 中文分词 版本 8.4.0
- * IK Analyzer release 8.4.0
+ * IK 中文分词 版本 8.5.0
+ * IK Analyzer release 8.5.0
*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
@@ -21,8 +21,8 @@
* 版权声明 2012,乌龙茶工作室
* provided by Linliangyi and copyright 2012 by Oolong studio
*
- * 8.4.0版本 由 Magese (magese@live.cn) 更新
- * release 8.4.0 update by Magese(magese@live.cn)
+ * 8.5.0版本 由 Magese (magese@live.cn) 更新
+ * release 8.5.0 update by Magese(magese@live.cn)
*
*/
package org.wltea.analyzer.core;
diff --git a/src/main/java/org/wltea/analyzer/core/LetterSegmenter.java b/src/main/java/org/wltea/analyzer/core/LetterSegmenter.java
index 09c416e..7d3710e 100644
--- a/src/main/java/org/wltea/analyzer/core/LetterSegmenter.java
+++ b/src/main/java/org/wltea/analyzer/core/LetterSegmenter.java
@@ -1,6 +1,6 @@
/*
- * IK 中文分词 版本 8.4.0
- * IK Analyzer release 8.4.0
+ * IK 中文分词 版本 8.5.0
+ * IK Analyzer release 8.5.0
*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
@@ -21,8 +21,8 @@
* 版权声明 2012,乌龙茶工作室
* provided by Linliangyi and copyright 2012 by Oolong studio
*
- * 8.4.0版本 由 Magese (magese@live.cn) 更新
- * release 8.4.0 update by Magese(magese@live.cn)
+ * 8.5.0版本 由 Magese (magese@live.cn) 更新
+ * release 8.5.0 update by Magese(magese@live.cn)
*
*/
package org.wltea.analyzer.core;
diff --git a/src/main/java/org/wltea/analyzer/core/Lexeme.java b/src/main/java/org/wltea/analyzer/core/Lexeme.java
index 81e3494..242f450 100644
--- a/src/main/java/org/wltea/analyzer/core/Lexeme.java
+++ b/src/main/java/org/wltea/analyzer/core/Lexeme.java
@@ -1,6 +1,6 @@
/*
- * IK 中文分词 版本 8.4.0
- * IK Analyzer release 8.4.0
+ * IK 中文分词 版本 8.5.0
+ * IK Analyzer release 8.5.0
*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
@@ -21,8 +21,8 @@
* 版权声明 2012,乌龙茶工作室
* provided by Linliangyi and copyright 2012 by Oolong studio
*
- * 8.4.0版本 由 Magese (magese@live.cn) 更新
- * release 8.4.0 update by Magese(magese@live.cn)
+ * 8.5.0版本 由 Magese (magese@live.cn) 更新
+ * release 8.5.0 update by Magese(magese@live.cn)
*
*/
package org.wltea.analyzer.core;
diff --git a/src/main/java/org/wltea/analyzer/core/LexemePath.java b/src/main/java/org/wltea/analyzer/core/LexemePath.java
index 80cf592..22ceb3c 100644
--- a/src/main/java/org/wltea/analyzer/core/LexemePath.java
+++ b/src/main/java/org/wltea/analyzer/core/LexemePath.java
@@ -1,6 +1,6 @@
/*
- * IK 中文分词 版本 8.4.0
- * IK Analyzer release 8.4.0
+ * IK 中文分词 版本 8.5.0
+ * IK Analyzer release 8.5.0
*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
@@ -21,8 +21,8 @@
* 版权声明 2012,乌龙茶工作室
* provided by Linliangyi and copyright 2012 by Oolong studio
*
- * 8.4.0版本 由 Magese (magese@live.cn) 更新
- * release 8.4.0 update by Magese(magese@live.cn)
+ * 8.5.0版本 由 Magese (magese@live.cn) 更新
+ * release 8.5.0 update by Magese(magese@live.cn)
*
*/
package org.wltea.analyzer.core;
diff --git a/src/main/java/org/wltea/analyzer/core/QuickSortSet.java b/src/main/java/org/wltea/analyzer/core/QuickSortSet.java
index 2a5fee0..8f97496 100644
--- a/src/main/java/org/wltea/analyzer/core/QuickSortSet.java
+++ b/src/main/java/org/wltea/analyzer/core/QuickSortSet.java
@@ -1,6 +1,6 @@
/*
- * IK 中文分词 版本 8.4.0
- * IK Analyzer release 8.4.0
+ * IK 中文分词 版本 8.5.0
+ * IK Analyzer release 8.5.0
*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
@@ -176,8 +176,8 @@ class QuickSortSet {
}
/*
- * IK 中文分词 版本 8.4.0
- * IK Analyzer release 8.4.0
+ * IK 中文分词 版本 8.5.0
+ * IK Analyzer release 8.5.0
* update by Magese(magese@live.cn)
*/
@SuppressWarnings("unused")
diff --git a/src/main/java/org/wltea/analyzer/dic/DictSegment.java b/src/main/java/org/wltea/analyzer/dic/DictSegment.java
index 65671de..ec95c18 100644
--- a/src/main/java/org/wltea/analyzer/dic/DictSegment.java
+++ b/src/main/java/org/wltea/analyzer/dic/DictSegment.java
@@ -1,6 +1,6 @@
/*
- * IK 中文分词 版本 8.4.0
- * IK Analyzer release 8.4.0
+ * IK 中文分词 版本 8.5.0
+ * IK Analyzer release 8.5.0
*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
@@ -21,8 +21,8 @@
* 版权声明 2012,乌龙茶工作室
* provided by Linliangyi and copyright 2012 by Oolong studio
*
- * 8.4.0版本 由 Magese (magese@live.cn) 更新
- * release 8.4.0 update by Magese(magese@live.cn)
+ * 8.5.0版本 由 Magese (magese@live.cn) 更新
+ * release 8.5.0 update by Magese(magese@live.cn)
*
*/
package org.wltea.analyzer.dic;
diff --git a/src/main/java/org/wltea/analyzer/dic/Dictionary.java b/src/main/java/org/wltea/analyzer/dic/Dictionary.java
index 27dacc4..d2d0d05 100644
--- a/src/main/java/org/wltea/analyzer/dic/Dictionary.java
+++ b/src/main/java/org/wltea/analyzer/dic/Dictionary.java
@@ -1,6 +1,6 @@
/*
- * IK 中文分词 版本 8.4.0
- * IK Analyzer release 8.4.0
+ * IK 中文分词 版本 8.5.0
+ * IK Analyzer release 8.5.0
*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
@@ -21,8 +21,8 @@
* 版权声明 2012,乌龙茶工作室
* provided by Linliangyi and copyright 2012 by Oolong studio
*
- * 8.4.0版本 由 Magese (magese@live.cn) 更新
- * release 8.4.0 update by Magese(magese@live.cn)
+ * 8.5.0版本 由 Magese (magese@live.cn) 更新
+ * release 8.5.0 update by Magese(magese@live.cn)
*
*/
package org.wltea.analyzer.dic;
diff --git a/src/main/java/org/wltea/analyzer/dic/Hit.java b/src/main/java/org/wltea/analyzer/dic/Hit.java
index 5565e26..d46cd32 100644
--- a/src/main/java/org/wltea/analyzer/dic/Hit.java
+++ b/src/main/java/org/wltea/analyzer/dic/Hit.java
@@ -1,6 +1,6 @@
/*
- * IK 中文分词 版本 8.4.0
- * IK Analyzer release 8.4.0
+ * IK 中文分词 版本 8.5.0
+ * IK Analyzer release 8.5.0
*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
@@ -21,8 +21,8 @@
* 版权声明 2012,乌龙茶工作室
* provided by Linliangyi and copyright 2012 by Oolong studio
*
- * 8.4.0版本 由 Magese (magese@live.cn) 更新
- * release 8.4.0 update by Magese(magese@live.cn)
+ * 8.5.0版本 由 Magese (magese@live.cn) 更新
+ * release 8.5.0 update by Magese(magese@live.cn)
*
*/
package org.wltea.analyzer.dic;
diff --git a/src/main/java/org/wltea/analyzer/lucene/IKAnalyzer.java b/src/main/java/org/wltea/analyzer/lucene/IKAnalyzer.java
index dea1969..a0c3b92 100644
--- a/src/main/java/org/wltea/analyzer/lucene/IKAnalyzer.java
+++ b/src/main/java/org/wltea/analyzer/lucene/IKAnalyzer.java
@@ -1,6 +1,6 @@
/*
- * IK 中文分词 版本 8.4.0
- * IK Analyzer release 8.4.0
+ * IK 中文分词 版本 8.5.0
+ * IK Analyzer release 8.5.0
*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
@@ -21,8 +21,8 @@
* 版权声明 2012,乌龙茶工作室
* provided by Linliangyi and copyright 2012 by Oolong studio
*
- * 8.4.0版本 由 Magese (magese@live.cn) 更新
- * release 8.4.0 update by Magese(magese@live.cn)
+ * 8.5.0版本 由 Magese (magese@live.cn) 更新
+ * release 8.5.0 update by Magese(magese@live.cn)
*
*/
package org.wltea.analyzer.lucene;
diff --git a/src/main/java/org/wltea/analyzer/lucene/IKTokenizer.java b/src/main/java/org/wltea/analyzer/lucene/IKTokenizer.java
index df6451b..bbd9830 100644
--- a/src/main/java/org/wltea/analyzer/lucene/IKTokenizer.java
+++ b/src/main/java/org/wltea/analyzer/lucene/IKTokenizer.java
@@ -1,6 +1,6 @@
/*
- * IK 中文分词 版本 8.4.0
- * IK Analyzer release 8.4.0
+ * IK 中文分词 版本 8.5.0
+ * IK Analyzer release 8.5.0
*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
@@ -21,8 +21,8 @@
* 版权声明 2012,乌龙茶工作室
* provided by Linliangyi and copyright 2012 by Oolong studio
*
- * 8.4.0版本 由 Magese (magese@live.cn) 更新
- * release 8.4.0 update by Magese(magese@live.cn)
+ * 8.5.0版本 由 Magese (magese@live.cn) 更新
+ * release 8.5.0 update by Magese(magese@live.cn)
*
*/
package org.wltea.analyzer.lucene;
diff --git a/src/main/java/org/wltea/analyzer/lucene/IKTokenizerFactory.java b/src/main/java/org/wltea/analyzer/lucene/IKTokenizerFactory.java
index 62f4eb3..99f9c34 100644
--- a/src/main/java/org/wltea/analyzer/lucene/IKTokenizerFactory.java
+++ b/src/main/java/org/wltea/analyzer/lucene/IKTokenizerFactory.java
@@ -1,6 +1,6 @@
/*
- * IK 中文分词 版本 8.4.0
- * IK Analyzer release 8.4.0
+ * IK 中文分词 版本 8.5.0
+ * IK Analyzer release 8.5.0
*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
diff --git a/src/main/java/org/wltea/analyzer/lucene/UpdateThread.java b/src/main/java/org/wltea/analyzer/lucene/UpdateThread.java
index 448efb0..7122873 100644
--- a/src/main/java/org/wltea/analyzer/lucene/UpdateThread.java
+++ b/src/main/java/org/wltea/analyzer/lucene/UpdateThread.java
@@ -1,6 +1,6 @@
/*
- * IK 中文分词 版本 8.4.0
- * IK Analyzer release 8.4.0
+ * IK 中文分词 版本 8.5.0
+ * IK Analyzer release 8.5.0
*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
@@ -21,8 +21,8 @@
* 版权声明 2012,乌龙茶工作室
* provided by Linliangyi and copyright 2012 by Oolong studio
*
- * 8.4.0版本 由 Magese (magese@live.cn) 更新
- * release 8.4.0 update by Magese(magese@live.cn)
+ * 8.5.0版本 由 Magese (magese@live.cn) 更新
+ * release 8.5.0 update by Magese(magese@live.cn)
*
*/
package org.wltea.analyzer.lucene;
diff --git a/src/main/java/org/wltea/analyzer/query/IKQueryExpressionParser.java b/src/main/java/org/wltea/analyzer/query/IKQueryExpressionParser.java
index 266f2ee..99fb43a 100644
--- a/src/main/java/org/wltea/analyzer/query/IKQueryExpressionParser.java
+++ b/src/main/java/org/wltea/analyzer/query/IKQueryExpressionParser.java
@@ -1,6 +1,6 @@
/*
- * IK 中文分词 版本 8.4.0
- * IK Analyzer release 8.4.0
+ * IK 中文分词 版本 8.5.0
+ * IK Analyzer release 8.5.0
*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
@@ -21,8 +21,8 @@
* 版权声明 2012,乌龙茶工作室
* provided by Linliangyi and copyright 2012 by Oolong studio
*
- * 8.4.0版本 由 Magese (magese@live.cn) 更新
- * release 8.4.0 update by Magese(magese@live.cn)
+ * 8.5.0版本 由 Magese (magese@live.cn) 更新
+ * release 8.5.0 update by Magese(magese@live.cn)
*
*/
package org.wltea.analyzer.query;
diff --git a/src/main/java/org/wltea/analyzer/query/SWMCQueryBuilder.java b/src/main/java/org/wltea/analyzer/query/SWMCQueryBuilder.java
index 65ccc1b..5a347f3 100644
--- a/src/main/java/org/wltea/analyzer/query/SWMCQueryBuilder.java
+++ b/src/main/java/org/wltea/analyzer/query/SWMCQueryBuilder.java
@@ -1,6 +1,6 @@
/*
- * IK 中文分词 版本 8.4.0
- * IK Analyzer release 8.4.0
+ * IK 中文分词 版本 8.5.0
+ * IK Analyzer release 8.5.0
*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
@@ -21,8 +21,8 @@
* 版权声明 2012,乌龙茶工作室
* provided by Linliangyi and copyright 2012 by Oolong studio
*
- * 8.4.0版本 由 Magese (magese@live.cn) 更新
- * release 8.4.0 update by Magese(magese@live.cn)
+ * 8.5.0版本 由 Magese (magese@live.cn) 更新
+ * release 8.5.0 update by Magese(magese@live.cn)
*
*/
package org.wltea.analyzer.query;