MCPcopy Create free account
hub / github.com/OperationT00/T-Code / search

Method search

src/main/java/com/tcode/web/SearchProvider.java:39–39  ·  view source on GitHub ↗

执行搜索。 @param query 搜索关键词,不可为 null/blank @param topK 期望返回结果数量,实现可酌情截断

(String query, int topK)

Source from the content-addressed store, hash-verified

37 * @param topK 期望返回结果数量,实现可酌情截断
38 */
39 List<SearchResult> search(String query, int topK) throws IOException;
40}

Callers 1

searchMethod · 0.95

Implementers 4

ZhipuSearchProvidersrc/main/java/com/tcode/web/ZhipuSearc
SerpApiSearchProvidersrc/main/java/com/tcode/web/SerpApiSea
SearxngSearchProvidersrc/main/java/com/tcode/web/SearxngSea
WebServiceTestsrc/test/java/com/tcode/tool/WebServic

Calls

no outgoing calls

Tested by

no test coverage detected