Top KReplace Batch
data class TopKReplaceBatch(val target: String, val threadName: String, val blocks: Map<Int, List<String>>) : ProgressEvent
Batch of K → 10 CSV lines, where each list is already sorted by correlation ASC and contains exactly 10 rows for that K:
"Cardinality,Correlation,Topics"
e.g. "12,0.1375,topicA|topicB|..."
Content copied to clipboard
The View merges these with previously known blocks and rewrites the entire -Top
file in K ascending order (header + concatenated blocks).