|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface SearchService
Provides an API for searching the fisheye repositories
| Method Summary | |
|---|---|
java.util.List<FileRevisionKeyData> |
query(java.lang.String repository,
java.lang.String query)
Run an eyeql query against the specified repository. |
java.util.List<FileRevisionKeyData> |
query(java.lang.String repository,
java.lang.String query,
int maxResults)
Run an eyeql query against the specified repository. |
TabularQueryResultData |
queryAsRows(java.lang.String repository,
java.lang.String query)
|
TabularQueryResultData |
queryAsRows(java.lang.String repository,
java.lang.String query,
int maxResults)
|
| Method Detail |
|---|
java.util.List<FileRevisionKeyData> query(java.lang.String repository,
java.lang.String query,
int maxResults)
repository - the name of the repository to searchquery - the eyeql query to perform. Should not contain a "returns" statementmaxResults - the maximum number of results to return
java.util.List<FileRevisionKeyData> query(java.lang.String repository,
java.lang.String query)
repository - the name of the repository to searchquery - the eyeql query to perform. Should not contain a "returns" statement
TabularQueryResultData queryAsRows(java.lang.String repository,
java.lang.String query,
int maxResults)
repository - the name of the repository to searchquery - the eyeql query to perform. Should contain a "returns" statement.maxResults - the maximum number of results to return
TabularQueryResultData queryAsRows(java.lang.String repository,
java.lang.String query)
repository - the name of the repository to searchquery - the eyeql query to perform. Should contain a "returns" statement.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||