Persist
Set this parameter to true
if you want to save new documents to disk during the indexing process.
Set this parameter to false
if you do not want to persist immediately. If you are indexing your documents in batches, you might want to set Persist
to false
. After you finish indexing, you can save documents to disk by using the Persist action.
Actions: | IndexDocs |
Type: | Boolean |
Default: | True |
Example: | Persist=false
|
See Also: | Persist action |