find Chunk Ids By Keywords
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
min Intersection
Minimum number of keywords that must match (default: 1)
max Results
Maximum number of results to return (default: 100)