findChunkIdsByKeywords

fun findChunkIdsByKeywords(keywords: Set<String>, minIntersection: Int = 1, maxResults: Int = 100): List<<Error class: unknown class><String, Int>>

Find chunk IDs by keyword intersection. Returns pairs of (chunkId, matchCount) sorted by match count descending.

Return

List of (chunkId, matchCount) pairs sorted by match count descending

Parameters

minIntersection

Minimum number of keywords that must match (default: 1)

maxResults

Maximum number of results to return (default: 100)