If true, all documents will be repopulated. Otherwise, only new documents will be added to the existing population.
Namespace:
Relativity.StructuredAnalytics.Services.Interfaces.StructuredAnalytics.ModelsAssembly:
Relativity.Threads.Services.Interfaces (in Relativity.Threads.Services.Interfaces.dll) Version: 10.0.0.0 (10.0.0.0)
public bool PopulateAll { get; set; }
Public Property PopulateAll As Boolean
Get
Set
Property Value
Type:
Boolean
This flag interacts with the
AnalyzeAll flag; if both are set as true, all documents will be removed
from the population before repopulating only those documents in the set to be analyzed. Both flags set to true indicates
a "full analysis", both set to false is an "incremental analysis". PopulateAll = false with AnalyzeAll = true will
export only new documents but will disregard previous analysis results and re-analyze the document set.
PopulateAll = true with AnalyzeAll = false is invalid, and throws an error.
Reference