Skip to content

Commit 4a27111

Browse files
committed
Update #212
1 parent ac58283 commit 4a27111

3 files changed

Lines changed: 261 additions & 334 deletions

File tree

docs/manuals/ADMIN/admin_manual.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -627,8 +627,7 @@ Resource Syncの管理に関する操作手順を説明しています。
627627

628628
[17.7 管理画面を表示する 384](#管理画面を表示する-1)
629629

630-
#
631-
システムの概要
630+
# システムの概要
632631

633632
この章では、システムの概要について説明します。
634633

docs/spec/OTHER_elasticsearch.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,23 @@ Invenio index コマンドによる再インデクシング
122122

123123
- > reindexの処理概要
124124
125+
126+
```
127+
Usage: invenio index reindex [OPTIONS]
128+
129+
Reindex all records.
130+
131+
:param pid_type: Pid type.
132+
133+
Options:
134+
--yes-i-know
135+
-t, --pid-type TEXT [required]
136+
--include-delete
137+
--skip-exists
138+
--size INTEGER
139+
--help
140+
```
141+
125142
invenio index reindex -t recid --yes-i-know
126143

127144
- select \* from pidstore\_pid where object\_type='rec' and status='R' and pid\_type='recid';
@@ -138,6 +155,9 @@ invenio index reindex -t recid --yes-i-know
138155

139156
- エラーが発生しても他のタスクは処理を続けます。エラーだったものは上書き/新規登録されません。
140157

158+
159+
160+
141161
<!-- end list -->
142162

143163
- > 使い方
@@ -204,6 +224,20 @@ $ docker-compose exec web invenio index reindex -t recid --yes-i-know
204224

205225
$ docker-compose exec web invenio index run --skip-errors
206226

227+
228+
| TH | TH | TH |
229+
| ---- | ---- | ---- |
230+
| Usage: invenio index reindex [OPTIONS] || |
231+
| Reindex all records. | | |
232+
| :param pid_type: Pid type. | | |
233+
| Options: | | |
234+
| | -t, --pid-type TEXT [required] | |
235+
| | --include-delete | 削除済みアイテムをreindexする |
236+
| | --skip-exists | |
237+
| | --size INTEGER | |
238+
| | --help | |
239+
240+
207241
## クエリ例
208242

209243
### root_file_idの値がない(null,"")ドキュメントを検索

0 commit comments

Comments
 (0)