| regexp | 搜索包、类名匹配的 exception |
| "exact string" | 搜索精确字符串 description:"spring framework" |
| type:project|class|java | 仅搜索项目/类/Java 文件 type:project spring type:project description:"spring framework" type:class StringUtils type:java fault (type:project OR type:java) AND spring AND version:2.0.5 |
| group:regexp | 仅搜索组名与 regexp 匹配的 group:org.springframework |
| artifact:regexp | 仅搜索制品名与 regexp 匹配的 artifact:spring-web |
| version:regexp | 仅搜索版本与 regexp 匹配的 type:project AND version:2.0 version:2.* spring version:2.0.6 |
| description:regexp | 仅搜索项目描述与 regexp 匹配的 description:"Spring Framework" |
| class:regexp | 仅搜索包、类名与 regexp 匹配的 class:StringUtils class:CallableStatement* |
| content:regexp | 仅搜索内容与 regexp 匹配的 content:blogger |