File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -627,8 +627,7 @@ Resource Syncの管理に関する操作手順を説明しています。
627627
628628[ 17.7 管理画面を表示する 384] ( #管理画面を表示する-1 )
629629
630- #
631- システムの概要
630+ # システムの概要
632631
633632この章では、システムの概要について説明します。
634633
Original file line number Diff line number Diff 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+
125142invenio 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,"")ドキュメントを検索
You can’t perform that action at this time.
0 commit comments