RegenerateWeights
Set this parameter to true
if you want to update the weight attribute for all edges with a new internally generated value when you index new documents.
Set this parameter to false
if you do not want to update the weights. Regenerating weights can increase the indexing time. If you are indexing your documents in batches, you might want to set RegenerateWeights
to false
. After you finish indexing, you can regenerate the weights by using the RegenerateWeights action.
This parameter has an effect only when the Weighting configuration parameter is set to ShortStep
.
Actions: | IndexDocs |
Type: | Boolean |
Default: | True |
Example: | RegenerateWeights=false
|
See Also: | RegenerateWeights action
Weighting configuration parameter |