私が根本的に仕様を勘違いをしているようなので,各モードの具体例を示して頂けると助かります。
以下の認識は正しいでしょうか?
-Aとは収集できなかったドキュメントをインデックスから削除しない設定
-Bとはリンク構造のキャッシュ。C機能ではこのリンク構造を再作成しないので収集が速い
今回質問した理由は,削除されないと思っていたドキュメントが削除されたためです。
削除されない方法はあるのでしょうか?
keep unreachable document とは何を keep しているのでしょうか?
It the below understanding correct?
- A is the settings that does not delete documents from the index that were not collected.
- B is a cash of the link structure. This link structure is not recreated in C function so it is faster to collect.
The reason I am asking these question is a document was deleted that I thought it was not going to be.
Is there any way that it does not delete?
What does it "keep" in "keep unreachable document"?
I hope you show the example for each mode.
Is those below my understanding correct?
- A is setting which does not delete uncollected document from index.
- B is cache of link construction.
Collection is slow because C function does not regenerate this link construction.
The reason why I ask a question is because document was deleted, which I predicted it was not deleted.
Is there any method to avoid deleting?
What does keep unreachable document keep actually?