From c2e408473a1cc4087f2030d9396d859930c20969 Mon Sep 17 00:00:00 2001 From: magese Date: Thu, 28 Feb 2019 09:46:10 +0800 Subject: [PATCH] Update Lucene version to 7.7.1 --- pom.xml | 6 +++--- src/main/java/org/wltea/analyzer/cfg/Configuration.java | 8 ++++---- src/main/java/org/wltea/analyzer/cfg/DefaultConfig.java | 8 ++++---- src/main/java/org/wltea/analyzer/core/AnalyzeContext.java | 8 ++++---- src/main/java/org/wltea/analyzer/core/CJKSegmenter.java | 8 ++++---- .../org/wltea/analyzer/core/CN_QuantifierSegmenter.java | 8 ++++---- src/main/java/org/wltea/analyzer/core/CharacterUtil.java | 8 ++++---- src/main/java/org/wltea/analyzer/core/IKArbitrator.java | 8 ++++---- src/main/java/org/wltea/analyzer/core/IKSegmenter.java | 8 ++++---- src/main/java/org/wltea/analyzer/core/ISegmenter.java | 8 ++++---- .../java/org/wltea/analyzer/core/LetterSegmenter.java | 8 ++++---- src/main/java/org/wltea/analyzer/core/Lexeme.java | 8 ++++---- src/main/java/org/wltea/analyzer/core/LexemePath.java | 8 ++++---- src/main/java/org/wltea/analyzer/core/QuickSortSet.java | 8 ++++---- src/main/java/org/wltea/analyzer/dic/DictSegment.java | 8 ++++---- src/main/java/org/wltea/analyzer/dic/Dictionary.java | 8 ++++---- src/main/java/org/wltea/analyzer/dic/Hit.java | 8 ++++---- src/main/java/org/wltea/analyzer/lucene/IKAnalyzer.java | 8 ++++---- src/main/java/org/wltea/analyzer/lucene/IKTokenizer.java | 8 ++++---- .../org/wltea/analyzer/lucene/IKTokenizerFactory.java | 8 ++++---- src/main/java/org/wltea/analyzer/lucene/UpdateThread.java | 8 ++++---- .../org/wltea/analyzer/query/IKQueryExpressionParser.java | 8 ++++---- .../java/org/wltea/analyzer/query/SWMCQueryBuilder.java | 8 ++++---- .../java/org/wltea/analyzer/sample/IKAnalzyerDemo.java | 8 ++++---- .../wltea/analyzer/sample/LuceneIndexAndSearchDemo.java | 8 ++++---- 25 files changed, 99 insertions(+), 99 deletions(-) diff --git a/pom.xml b/pom.xml index 00b713c..2a4947a 100644 --- a/pom.xml +++ b/pom.xml @@ -4,16 +4,16 @@ com.github.magese ik-analyzer - 7.7.0 + 7.7.1 jar ik-analyzer-solr7 http://code.google.com/p/ik-analyzer/ - IK-Analyzer for solr7.7 + IK-Analyzer for solr7.7.1 UTF-8 - 7.7.0 + 7.7.1 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 a93d710..08d49e9 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 中文分词 版本 7.7 - * IK Analyzer release 7.7 + * IK 中文分词 版本 7.7.1 + * IK Analyzer release 7.7.1 * * 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 * - * 7.7版本 由 Magese (magese@live.cn) 更新 - * release 7.7 update by Magese(magese@live.cn) + * 7.7.1版本 由 Magese (magese@live.cn) 更新 + * release 7.7.1 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 fbd73c5..6c0c0bd 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 中文分词 版本 7.7 - * IK Analyzer release 7.7 + * IK 中文分词 版本 7.7.1 + * IK Analyzer release 7.7.1 * * 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 * - * 7.7版本 由 Magese (magese@live.cn) 更新 - * release 7.7 update by Magese(magese@live.cn) + * 7.7.1版本 由 Magese (magese@live.cn) 更新 + * release 7.7.1 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 3939d1c..5b05364 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 中文分词 版本 7.7 - * IK Analyzer release 7.7 + * IK 中文分词 版本 7.7.1 + * IK Analyzer release 7.7.1 * * 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 * - * 7.7版本 由 Magese (magese@live.cn) 更新 - * release 7.7 update by Magese(magese@live.cn) + * 7.7.1版本 由 Magese (magese@live.cn) 更新 + * release 7.7.1 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 3adcb80..e82ebd5 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 中文分词 版本 7.7 - * IK Analyzer release 7.7 + * IK 中文分词 版本 7.7.1 + * IK Analyzer release 7.7.1 * * 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 * - * 7.7版本 由 Magese (magese@live.cn) 更新 - * release 7.7 update by Magese(magese@live.cn) + * 7.7.1版本 由 Magese (magese@live.cn) 更新 + * release 7.7.1 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 673ae23..794c1fd 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 中文分词 版本 7.7 - * IK Analyzer release 7.7 + * IK 中文分词 版本 7.7.1 + * IK Analyzer release 7.7.1 * * 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 * - * 7.7版本 由 Magese (magese@live.cn) 更新 - * release 7.7 update by Magese(magese@live.cn) + * 7.7.1版本 由 Magese (magese@live.cn) 更新 + * release 7.7.1 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 ec0efd1..0274844 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 中文分词 版本 7.7 - * IK Analyzer release 7.7 + * IK 中文分词 版本 7.7.1 + * IK Analyzer release 7.7.1 * * 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 * - * 7.7版本 由 Magese (magese@live.cn) 更新 - * release 7.7 update by Magese(magese@live.cn) + * 7.7.1版本 由 Magese (magese@live.cn) 更新 + * release 7.7.1 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 2beae16..311fbd6 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 中文分词 版本 7.7 - * IK Analyzer release 7.7 + * IK 中文分词 版本 7.7.1 + * IK Analyzer release 7.7.1 * * 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 * - * 7.7版本 由 Magese (magese@live.cn) 更新 - * release 7.7 update by Magese(magese@live.cn) + * 7.7.1版本 由 Magese (magese@live.cn) 更新 + * release 7.7.1 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 dd01628..deb1c29 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 中文分词 版本 7.7 - * IK Analyzer release 7.7 + * IK 中文分词 版本 7.7.1 + * IK Analyzer release 7.7.1 * * 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 * - * 7.7版本 由 Magese (magese@live.cn) 更新 - * release 7.7 update by Magese(magese@live.cn) + * 7.7.1版本 由 Magese (magese@live.cn) 更新 + * release 7.7.1 update by Magese(magese@live.cn) * */ package org.wltea.analyzer.core; diff --git a/src/main/java/org/wltea/analyzer/core/ISegmenter.java b/src/main/java/org/wltea/analyzer/core/ISegmenter.java index 4adddda..51e7cc9 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 中文分词 版本 7.7 - * IK Analyzer release 7.7 + * IK 中文分词 版本 7.7.1 + * IK Analyzer release 7.7.1 * * 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 * - * 7.7版本 由 Magese (magese@live.cn) 更新 - * release 7.7 update by Magese(magese@live.cn) + * 7.7.1版本 由 Magese (magese@live.cn) 更新 + * release 7.7.1 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 0fa42fe..43b1cab 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 中文分词 版本 7.7 - * IK Analyzer release 7.7 + * IK 中文分词 版本 7.7.1 + * IK Analyzer release 7.7.1 * * 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 * - * 7.7版本 由 Magese (magese@live.cn) 更新 - * release 7.7 update by Magese(magese@live.cn) + * 7.7.1版本 由 Magese (magese@live.cn) 更新 + * release 7.7.1 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 8ed3c2e..9c1a889 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 中文分词 版本 7.7 - * IK Analyzer release 7.7 + * IK 中文分词 版本 7.7.1 + * IK Analyzer release 7.7.1 * * 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 * - * 7.7版本 由 Magese (magese@live.cn) 更新 - * release 7.7 update by Magese(magese@live.cn) + * 7.7.1版本 由 Magese (magese@live.cn) 更新 + * release 7.7.1 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 a10bedf..fe219d4 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 中文分词 版本 7.7 - * IK Analyzer release 7.7 + * IK 中文分词 版本 7.7.1 + * IK Analyzer release 7.7.1 * * 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 * - * 7.7版本 由 Magese (magese@live.cn) 更新 - * release 7.7 update by Magese(magese@live.cn) + * 7.7.1版本 由 Magese (magese@live.cn) 更新 + * release 7.7.1 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 15fc8d1..c6eba75 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 中文分词 版本 7.7 - * IK Analyzer release 7.7 + * IK 中文分词 版本 7.7.1 + * IK Analyzer release 7.7.1 * * 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 * - * 7.7版本 由 Magese (magese@live.cn) 更新 - * release 7.7 update by Magese(magese@live.cn) + * 7.7.1版本 由 Magese (magese@live.cn) 更新 + * release 7.7.1 update by Magese(magese@live.cn) * */ package org.wltea.analyzer.core; diff --git a/src/main/java/org/wltea/analyzer/dic/DictSegment.java b/src/main/java/org/wltea/analyzer/dic/DictSegment.java index 79cd03e..a649bc2 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 中文分词 版本 7.7 - * IK Analyzer release 7.7 + * IK 中文分词 版本 7.7.1 + * IK Analyzer release 7.7.1 * * 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 * - * 7.7版本 由 Magese (magese@live.cn) 更新 - * release 7.7 update by Magese(magese@live.cn) + * 7.7.1版本 由 Magese (magese@live.cn) 更新 + * release 7.7.1 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 0ee786f..dff07e2 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 中文分词 版本 7.7 - * IK Analyzer release 7.7 + * IK 中文分词 版本 7.7.1 + * IK Analyzer release 7.7.1 * * 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 * - * 7.7版本 由 Magese (magese@live.cn) 更新 - * release 7.7 update by Magese(magese@live.cn) + * 7.7.1版本 由 Magese (magese@live.cn) 更新 + * release 7.7.1 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 86ab9ac..55bfe37 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 中文分词 版本 7.7 - * IK Analyzer release 7.7 + * IK 中文分词 版本 7.7.1 + * IK Analyzer release 7.7.1 * * 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 * - * 7.7版本 由 Magese (magese@live.cn) 更新 - * release 7.7 update by Magese(magese@live.cn) + * 7.7.1版本 由 Magese (magese@live.cn) 更新 + * release 7.7.1 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 043190b..d2465ec 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 中文分词 版本 7.7 - * IK Analyzer release 7.7 + * IK 中文分词 版本 7.7.1 + * IK Analyzer release 7.7.1 * * 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 * - * 7.7版本 由 Magese (magese@live.cn) 更新 - * release 7.7 update by Magese(magese@live.cn) + * 7.7.1版本 由 Magese (magese@live.cn) 更新 + * release 7.7.1 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 4b11088..f9a1c97 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 中文分词 版本 7.7 - * IK Analyzer release 7.7 + * IK 中文分词 版本 7.7.1 + * IK Analyzer release 7.7.1 * * 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 * - * 7.7版本 由 Magese (magese@live.cn) 更新 - * release 7.7 update by Magese(magese@live.cn) + * 7.7.1版本 由 Magese (magese@live.cn) 更新 + * release 7.7.1 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 da9d93c..c9ce6a6 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 中文分词 版本 7.7 - * IK Analyzer release 7.7 + * IK 中文分词 版本 7.7.1 + * IK Analyzer release 7.7.1 * * 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 * - * 7.7版本 由 Magese (magese@live.cn) 更新 - * release 7.7 update by Magese(magese@live.cn) + * 7.7.1版本 由 Magese (magese@live.cn) 更新 + * release 7.7.1 update by Magese(magese@live.cn) * */ package org.wltea.analyzer.lucene; diff --git a/src/main/java/org/wltea/analyzer/lucene/UpdateThread.java b/src/main/java/org/wltea/analyzer/lucene/UpdateThread.java index b18e093..95734c8 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 中文分词 版本 7.7 - * IK Analyzer release 7.7 + * IK 中文分词 版本 7.7.1 + * IK Analyzer release 7.7.1 * * 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 * - * 7.7版本 由 Magese (magese@live.cn) 更新 - * release 7.7 update by Magese(magese@live.cn) + * 7.7.1版本 由 Magese (magese@live.cn) 更新 + * release 7.7.1 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 34ba381..95c77c4 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 中文分词 版本 7.7 - * IK Analyzer release 7.7 + * IK 中文分词 版本 7.7.1 + * IK Analyzer release 7.7.1 * * 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 * - * 7.7版本 由 Magese (magese@live.cn) 更新 - * release 7.7 update by Magese(magese@live.cn) + * 7.7.1版本 由 Magese (magese@live.cn) 更新 + * release 7.7.1 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 8a7bcce..06b5645 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 中文分词 版本 7.7 - * IK Analyzer release 7.7 + * IK 中文分词 版本 7.7.1 + * IK Analyzer release 7.7.1 * * 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 * - * 7.7版本 由 Magese (magese@live.cn) 更新 - * release 7.7 update by Magese(magese@live.cn) + * 7.7.1版本 由 Magese (magese@live.cn) 更新 + * release 7.7.1 update by Magese(magese@live.cn) * */ package org.wltea.analyzer.query; diff --git a/src/main/java/org/wltea/analyzer/sample/IKAnalzyerDemo.java b/src/main/java/org/wltea/analyzer/sample/IKAnalzyerDemo.java index e05a36a..c6d8660 100644 --- a/src/main/java/org/wltea/analyzer/sample/IKAnalzyerDemo.java +++ b/src/main/java/org/wltea/analyzer/sample/IKAnalzyerDemo.java @@ -1,6 +1,6 @@ /* - * IK 中文分词 版本 7.7 - * IK Analyzer release 7.7 + * IK 中文分词 版本 7.7.1 + * IK Analyzer release 7.7.1 * * 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 * - * 7.7版本 由 Magese (magese@live.cn) 更新 - * release 7.7 update by Magese(magese@live.cn) + * 7.7.1版本 由 Magese (magese@live.cn) 更新 + * release 7.7.1 update by Magese(magese@live.cn) * */ package org.wltea.analyzer.sample; diff --git a/src/main/java/org/wltea/analyzer/sample/LuceneIndexAndSearchDemo.java b/src/main/java/org/wltea/analyzer/sample/LuceneIndexAndSearchDemo.java index 6c137dc..9d794b9 100644 --- a/src/main/java/org/wltea/analyzer/sample/LuceneIndexAndSearchDemo.java +++ b/src/main/java/org/wltea/analyzer/sample/LuceneIndexAndSearchDemo.java @@ -1,6 +1,6 @@ /* - * IK 中文分词 版本 7.7 - * IK Analyzer release 7.7 + * IK 中文分词 版本 7.7.1 + * IK Analyzer release 7.7.1 * * 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 * - * 7.7版本 由 Magese (magese@live.cn) 更新 - * release 7.7 update by Magese(magese@live.cn) + * 7.7.1版本 由 Magese (magese@live.cn) 更新 + * release 7.7.1 update by Magese(magese@live.cn) * */ package org.wltea.analyzer.sample;