mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-25 01:19:02 +00:00
parent
ec187ed3be
commit
6a65b3b874
@ -188,6 +188,10 @@ fi
|
||||
install_and_check_plugin analysis kuromoji
|
||||
}
|
||||
|
||||
@test "[$GROUP] install nori plugin" {
|
||||
install_and_check_plugin analysis nori
|
||||
}
|
||||
|
||||
@test "[$GROUP] install phonetic plugin" {
|
||||
install_and_check_plugin analysis phonetic commons-codec-*.jar
|
||||
}
|
||||
@ -320,6 +324,10 @@ fi
|
||||
remove_plugin analysis-kuromoji
|
||||
}
|
||||
|
||||
@test "[$GROUP] remove nori plugin" {
|
||||
remove_plugin analysis-nori
|
||||
}
|
||||
|
||||
@test "[$GROUP] remove phonetic plugin" {
|
||||
remove_plugin analysis-phonetic
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user