diff --git a/plugins/analysis-nori/src/test/resources/rest-api-spec/test/analysis_nori/10_basic.yml b/plugins/analysis-nori/src/test/resources/rest-api-spec/test/analysis_nori/10_basic.yml index 694ae0d49dcda..523874f5743bb 100644 --- a/plugins/analysis-nori/src/test/resources/rest-api-spec/test/analysis_nori/10_basic.yml +++ b/plugins/analysis-nori/src/test/resources/rest-api-spec/test/analysis_nori/10_basic.yml @@ -48,18 +48,18 @@ - match: { tokens.0.token: 향가 } --- "Number filter": - - do: - indices.analyze: - body: - text: 십만이천오백과 3.2천 - tokenizer: - type: nori_tokenizer - discard_punctuation: false - filter: - - type: nori_part_of_speech - stoptags: ["SP"] - - type: nori_number - - length: { tokens: 3 } - - match: { tokens.0.token: "102500"} - - match: { tokens.1.token: 과} - - match: { tokens.2.token: "3200"} + - do: + indices.analyze: + body: + text: 십만이천오백과 3.2천 + tokenizer: + type: nori_tokenizer + discard_punctuation: false + filter: + - type: nori_part_of_speech + stoptags: ["SP"] + - type: nori_number + - length: { tokens: 3 } + - match: { tokens.0.token: "102500"} + - match: { tokens.1.token: 과} + - match: { tokens.2.token: "3200"}