Skip to content

Commit c2eb0b1

Browse files
authored
create index: Link the &@* operator (#439)
1 parent a25d78a commit c2eb0b1

3 files changed

Lines changed: 13 additions & 4 deletions

File tree

_po/ja/reference/create-index-using-pgroonga.po

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1239,12 +1239,17 @@ msgid ""
12391239
"```"
12401240
msgstr ""
12411241

1242-
msgid "You can perform semantic searches using `&@*` operator."
1243-
msgstr "`&@*`演算子を使ってセマンティックサーチができます。"
1242+
msgid ""
1243+
"You can perform semantic searches using [`&@*` operator][semantic-search-v2]."
1244+
msgstr ""
1245+
"[`&@*`演算子][semantic-search-v2]を使ってセマンティックサーチができます。"
12441246

12451247
msgid "[query-v2]:operators/query-v2.html"
12461248
msgstr ""
12471249

1250+
msgid "[semantic-search-v2]:operators/semantic-search-v2.html"
1251+
msgstr ""
1252+
12481253
msgid "[highlight-html]:functions/pgroonga-highlight-html.html"
12491254
msgstr ""
12501255

ja/reference/create-index-using-pgroonga.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -685,10 +685,12 @@ CREATE INDEX pgrn_index ON memos
685685
model = 'hf:///groonga/multilingual-e5-base-Q4_K_M-GGUF');
686686
```
687687

688-
`&@*`演算子を使ってセマンティックサーチができます
688+
[`&@*`演算子][semantic-search-v2]を使ってセマンティックサーチができます
689689

690690
[query-v2]:operators/query-v2.html
691691

692+
[semantic-search-v2]:operators/semantic-search-v2.html
693+
692694
[highlight-html]:functions/pgroonga-highlight-html.html
693695

694696
[groonga-token-bigram]:http://groonga.org/ja/docs/reference/tokenizers.html#token-bigram

reference/create-index-using-pgroonga.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -684,10 +684,12 @@ CREATE INDEX pgrn_index ON memos
684684
model = 'hf:///groonga/multilingual-e5-base-Q4_K_M-GGUF');
685685
```
686686

687-
You can perform semantic searches using `&@*` operator.
687+
You can perform semantic searches using [`&@*` operator][semantic-search-v2].
688688

689689
[query-v2]:operators/query-v2.html
690690

691+
[semantic-search-v2]:operators/semantic-search-v2.html
692+
691693
[highlight-html]:functions/pgroonga-highlight-html.html
692694

693695
[groonga-token-bigram]:http://groonga.org/docs/reference/tokenizers.html#token-bigram

0 commit comments

Comments
 (0)