ATG allows you to choose whether solution statements should be evaluated for topics individually or collectively. You set this choice in the autoCategorizeStatements property in the EserverMigrationService.properties file.
- When true (the default), a solution’s statements are concatenated and analyzed all at once. Any found topics are assigned to the solution 
- When false, a solution’s statements are analyzed individually for topics, making multiple calls to the underlying analysis engine 

