@Preview(value="3.1")
public interface Repository
| Modifier and Type | Method and Description |
|---|---|
List<Document> |
search(QueryCondition condition)
检索
|
default List<Document> |
search(String query)
检索
|
default List<Document> search(String query) throws IOException
query - 查询字符串IOExceptionList<Document> search(QueryCondition condition) throws IOException
condition - 查询条件IOExceptionCopyright © 2025. All rights reserved.