update readme,pom.xml
This commit is contained in:
parent
ac2b78acd0
commit
e637c4b1b2
@ -10,7 +10,8 @@ Versions
|
|||||||
|
|
||||||
IK version | ES version
|
IK version | ES version
|
||||||
-----------|-----------
|
-----------|-----------
|
||||||
master | 2.3.5 -> master
|
master | 5.x -> master
|
||||||
|
5.0.0-alpha5 | 5.0.0-alpha5
|
||||||
1.9.5 | 2.3.5
|
1.9.5 | 2.3.5
|
||||||
1.9.4 | 2.3.4
|
1.9.4 | 2.3.4
|
||||||
1.9.3 | 2.3.3
|
1.9.3 | 2.3.3
|
||||||
@ -238,6 +239,12 @@ mvn package
|
|||||||
请在某个索引下调用analyze接口测试,而不是直接调用analyze接口
|
请在某个索引下调用analyze接口测试,而不是直接调用analyze接口
|
||||||
如:http://localhost:9200/your_index/_analyze?text=中华人民共和国MN&tokenizer=my_ik
|
如:http://localhost:9200/your_index/_analyze?text=中华人民共和国MN&tokenizer=my_ik
|
||||||
|
|
||||||
|
Changes
|
||||||
|
|
||||||
|
*5.0.0*
|
||||||
|
|
||||||
|
- 移除名为 ik analyzer和tokenizer,请分别使用 ik_smart 和 ik_max_word
|
||||||
|
|
||||||
|
|
||||||
Thanks
|
Thanks
|
||||||
------
|
------
|
||||||
|
8
pom.xml
8
pom.xml
@ -113,8 +113,8 @@
|
|||||||
<artifactId>maven-compiler-plugin</artifactId>
|
<artifactId>maven-compiler-plugin</artifactId>
|
||||||
<version>3.5.1</version>
|
<version>3.5.1</version>
|
||||||
<configuration>
|
<configuration>
|
||||||
<source>1.8</source>
|
<source>${maven.compiler.target}</source>
|
||||||
<target>1.8</target>
|
<target>${maven.compiler.target}</target>
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
<plugin>
|
<plugin>
|
||||||
@ -207,8 +207,8 @@
|
|||||||
<artifactId>maven-compiler-plugin</artifactId>
|
<artifactId>maven-compiler-plugin</artifactId>
|
||||||
<version>2.3.2</version>
|
<version>2.3.2</version>
|
||||||
<configuration>
|
<configuration>
|
||||||
<source>1.8</source>
|
<source>${maven.compiler.target}</source>
|
||||||
<target>1.8</target>
|
<target>${maven.compiler.target}</target>
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
<plugin>
|
<plugin>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user