Skip to content

Commit 1dec781

Browse files
authored
Merge pull request #3173 from liyun95/v2.5.x
update docs
2 parents f45125c + 284d61d commit 1dec781

File tree

7 files changed

+9
-8
lines changed

7 files changed

+9
-8
lines changed

site/en/userGuide/schema/analyzer/analyzer/chinese-analyzer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ analyzerParams = map[string]any{"type": "chinese"}
144144
# restful
145145
```
146146

147-
### Verification using `run_analyzer`
147+
### Verification using `run_analyzer` | Milvus 2.5.11+
148148

149149
<div class="multipleCode">
150150
<a href="#python">Python</a>

site/en/userGuide/schema/analyzer/analyzer/english-analyzer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ analyzerParams='{
252252

253253
```
254254

255-
### Verification using `run_analyzer`
255+
### Verification using `run_analyzer` | Milvus 2.5.11+
256256

257257
<div class="multipleCode">
258258
<a href="#python">Python</a>

site/en/userGuide/schema/analyzer/analyzer/standard-analyzer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ analyzerParams='{
198198
}'
199199
```
200200

201-
### Verification using `run_analyzer`
201+
### Verification using `run_analyzer` | Milvus 2.5.11+
202202

203203
<div class="multipleCode">
204204
<a href="#python">Python</a>

site/en/userGuide/schema/analyzer/filter/regex-filter.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ Before applying the analyzer configuration to your collection schema, verify its
104104
# curl
105105
```
106106

107-
### Verification using `run_analyzer` | Milvus 2.5.11+
107+
### Verification using `run_analyzer`
108108

109109
<div class="multipleCode">
110110
<a href="#python">Python</a>

site/en/userGuide/schema/analyzer/filter/removepunct-filter.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ Before applying the analyzer configuration to your collection schema, verify its
8585
# restful
8686
```
8787

88-
### Verification using `run_analyzer` | Milvus 2.5.11+
88+
### Verification using `run_analyzer`
8989

9090
<div class="multipleCode">
9191
<a href="#python">Python</a>

site/en/userGuide/schema/analyzer/tokenizer/icu-tokenizer.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
id: icu-tokenizer.md
33
title: "ICU"
44
summary: "The icu tokenizer is built on the Internationalization Components of Unicode (ICU) open‑source project, which provides key tools for software internationalization. By using ICU's word‑break algorithm, the tokenizer can accurately split text into words across the majority of the world’s languages."
5+
beta: Milvus 2.5.11+
56
---
67

78
# ICU
@@ -117,7 +118,7 @@ analyzerParams = map[string]any{"tokenizer": "icu"}
117118
# curl
118119
```
119120

120-
### Verification using `run_analyzer` | Milvus 2.5.11+
121+
### Verification using `run_analyzer`
121122

122123
<div class="multipleCode">
123124
<a href="#python">Python</a>

site/en/userGuide/schema/analyzer/tokenizer/lindera-tokenizer.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ analyzerParams.put("tokenizer",
5656
```
5757

5858
```go
59-
// go
59+
analyzerParams = map[string]any{"tokenizer": map[string]any{"type": "lindera", "dict_kind": "ipadic"}}
6060
```
6161

6262
<table>
@@ -197,4 +197,4 @@ if err != nil {
197197

198198
```plaintext
199199
{tokens: ['東京', 'スカイ', 'ツリー', 'の', '最寄り駅', 'は', 'とう', 'きょう', 'スカイ', 'ツリー', '駅', 'で']}
200-
```
200+
```

0 commit comments

Comments
 (0)