执行搜索。 @param query 搜索关键词,不可为 null/blank @param topK 期望返回结果数量,实现可酌情截断
(String query, int topK)
| 37 | * @param topK 期望返回结果数量,实现可酌情截断 |
| 38 | */ |
| 39 | List<SearchResult> search(String query, int topK) throws IOException; |
| 40 | } |
no outgoing calls
no test coverage detected